emailcontacts/remotecontactlookup/settingplugin/data/fscrclsettinginformation.rss
changeset 0 8466d47a6819
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/emailcontacts/remotecontactlookup/settingplugin/data/fscrclsettinginformation.rss	Thu Dec 17 08:39:21 2009 +0200
@@ -0,0 +1,54 @@
+/*
+* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Resource definitions for project Freestyle 2 Contacts 
+*                RemoteContactLookup setting plugin.
+*
+*/
+
+
+#include "fscrclsettingextensionuid.h"
+
+// --------------------------------------------------------------------------
+// r_fsc_rcl_setting_extension_information
+// Extension information
+// --------------------------------------------------------------------------
+//
+RESOURCE PHONEBOOK2_EXTENSION_INFORMATION r_fsc_rcl_setting_extension_information
+    {
+    version = 0;
+    implementationUid = KFscRclSettingExtensionImplementationUID;
+    loadingPolicy = KPbk2LoadInStartup;
+    
+    // NO Commands
+    menuCommandRange = PHONEBOOK2_EXTENSION_RANGE
+        {
+        firstId = 0;
+        lastId  = 0;
+        };   
+    
+    overwrittenCommands = {};
+    
+    extensionMenus = {};
+    }
+    
+// ---------------------------------------------------------
+// The RCL settings list
+// ---------------------------------------------------------
+//
+RESOURCE AVKON_SETTING_ITEM_LIST r_rcl_setting_list
+    {
+    title = "Settings";
+    }
+
+//END OF FILE