phonebookui/Phonebook2/remotecontactlookup/settingplugin/data/fscrclsettinginformation.rss
branchRCL_3
changeset 21 b3431bff8c19
parent 15 e8e3147d53eb
child 23 5586b4d2ec3e
equal deleted inserted replaced
15:e8e3147d53eb 21:b3431bff8c19
     1 /*
       
     2 * Copyright (c) 2008 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 definitions for project Freestyle 2 Contacts 
       
    15 *                RemoteContactLookup setting plugin.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include "../../../inc/Pbk2InternalUID.h"   //KFscRclSettingExtensionImplementationUID from pbk2internaluid.h
       
    21 
       
    22 // --------------------------------------------------------------------------
       
    23 // r_fsc_rcl_setting_extension_information
       
    24 // Extension information
       
    25 // --------------------------------------------------------------------------
       
    26 //
       
    27 RESOURCE PHONEBOOK2_EXTENSION_INFORMATION r_fsc_rcl_setting_extension_information
       
    28     {
       
    29     version = 0;
       
    30     implementationUid = KFscRclSettingExtensionImplementationUID;
       
    31     loadingPolicy = KPbk2LoadOnSettingsExecution;  
       
    32     
       
    33     // NO Commands
       
    34     menuCommandRange = PHONEBOOK2_EXTENSION_RANGE
       
    35         {
       
    36         firstId = 0;
       
    37         lastId  = 0;
       
    38         };   
       
    39     
       
    40     overwrittenCommands = {};
       
    41     
       
    42     extensionMenus = {};
       
    43     }
       
    44     
       
    45 // ---------------------------------------------------------
       
    46 // The RCL settings list
       
    47 // ---------------------------------------------------------
       
    48 //
       
    49 RESOURCE AVKON_SETTING_ITEM_LIST r_rcl_setting_list
       
    50     {
       
    51     title = "Settings";
       
    52     }
       
    53 
       
    54 //END OF FILE