phoneuis/easydialing/edcontactor/data/edcontactor.rss
branchRCL_3
changeset 9 8871b09be73b
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource file for CCA Contactor Service
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    EDCO // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 #include <bldvariant.hrh>
       
    24 #include <data_caging_paths_strings.hrh>
       
    25 #include <eikon.rh>
       
    26 #include <avkon.rh>
       
    27 
       
    28 
       
    29 #include <AiwCommon.rh>
       
    30 #include <AiwGenericParam.hrh>
       
    31 
       
    32 //  RESOURCE DEFINITIONS 
       
    33 
       
    34 // ---------------------------------------------------------------------------
       
    35 // RSS_SIGNATURE
       
    36 // ---------------------------------------------------------------------------
       
    37 //
       
    38 RESOURCE RSS_SIGNATURE {}
       
    39 
       
    40 // --------------------------------------------------------------------------
       
    41 // AIW_INTEREST
       
    42 // Contact selection interest.
       
    43 // --------------------------------------------------------------------------
       
    44 //
       
    45 RESOURCE AIW_INTEREST r_edcontactorservice_contact_selection_interest
       
    46     {
       
    47     items=
       
    48         {
       
    49         AIW_CRITERIA_ITEM
       
    50             {
       
    51             id = KAiwCmdSelect;  // serviceCmd used here also as ID
       
    52             serviceCmd   = KAiwCmdSelect;
       
    53             contentType  = EGenericParamContactLinkArrayStr;
       
    54             serviceClass = KAiwClassBase;
       
    55             maxProviders = 1;
       
    56             }
       
    57         };
       
    58     }
       
    59 
       
    60 //End of File