emailcontacts/remotecontactlookup/settingplugin/data/fscrclsettinginformation.rss
branchRCL_3
changeset 12 4ce476e64c59
parent 11 0396474f30f5
child 13 8592a65ad3fb
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     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 "fscrclsettingextensionuid.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 = KPbk2LoadInStartup;
       
    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