phonebookui/Phonebook2/remotecontactlookup/settingplugin/data/pbk2rclsettingres.rss
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonebookui/Phonebook2/remotecontactlookup/settingplugin/data/pbk2rclsettingres.rss	Wed Sep 01 12:29:52 2010 +0100
@@ -0,0 +1,91 @@
+/*
+* 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:  Remote Contact Lookup Extension setting resources
+*
+*/
+
+
+
+#include <uikon.rh>
+#include <avkon.rh>
+
+#include <Pbk2UIExtension.rh>
+#include <Pbk2ExtensionUID.h>
+#include <phonebook2rcl.loc> 
+#include "../../../inc/Pbk2InternalUID.h"   //KFscRclSettingExtensionImplementationUID from pbk2internaluid.h
+
+// --------------------------------------------------------------------------
+// Resource identifier
+// --------------------------------------------------------------------------
+//
+NAME FCRC   // From Freestyle Contacts 2.0 Remote Contact Lookup
+
+// --------------------------------------------------------------------------
+// Standard resource signature
+// --------------------------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE { }
+
+// --------------------------------------------------------------------------
+// r_fsc_rcl_setting_extension_information
+// Extension information
+// --------------------------------------------------------------------------
+//
+RESOURCE PHONEBOOK2_EXTENSION_INFORMATION r_fsc_rcl_setting_extension_information
+    {
+    version = 0;
+    implementationUid = KFscRclSettingExtensionImplementationUID;
+    loadingPolicy = KPbk2LoadOnSettingsExecution;  
+    
+    // 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";
+    }
+
+// ---------------------------------------------------------
+// Strings shown by RCL settings plugin in Phonebook2 settings
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_qtn_phob_set_server_search 
+     {
+     buf = qtn_phob_set_server_search;
+     }
+     
+RESOURCE TBUF r_qtn_rcl_setting_rcl_server_none 
+    {
+    buf = qtn_fs_setting_rcl_server_none;
+    }
+    
+RESOURCE TBUF r_qtn_rcl_setting_rcl_not_defined 
+    {
+    buf = qtn_fs_setting_rcl_not_defined;
+    }
+
+// End of File