locationsystemui/locationsysui/locutils/data/locutils.rss
changeset 0 667063e416a2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/locationsystemui/locationsysui/locutils/data/locutils.rss	Tue Feb 02 01:06:48 2010 +0200
@@ -0,0 +1,101 @@
+/*
+* Copyright (c) 2006 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 File for the Location System UI 
+*			  	  Utilities
+*       
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+NAME    LUPS // 4 letter ID
+
+//  INCLUDES
+#include <eikon.rh>
+#include <VPbkFieldType.rh>
+#include <VPbkFieldType.hrh>
+
+// CONSTANTS
+
+//  RESOURCE DEFINITIONS 
+
+//----------------------------------------------------
+//   
+//    
+//    Needed or loading the resource fails!
+//
+//----------------------------------------------------	
+//
+RESOURCE RSS_SIGNATURE
+    {
+    }
+
+
+//----------------------------------------------------
+//   
+//    r_vpbk_email_selector
+//    Resource used while selecting WEB URL field for
+//    Phonebook Search.
+//
+//----------------------------------------------------
+//
+RESOURCE VPBK_FIELD_TYPE_SELECTOR r_vpbk_url_selector
+    {
+    versitProperties = 
+        {
+        VBK_FIELD_VERSIT_PROPERTY
+            {
+            name = EVPbkVersitNameURL;
+            }
+        };
+    }
+
+//----------------------------------------------------
+//   
+//    r_vpbk_email_selector
+//    Resource used while selecting EMAIL field for
+//    Phonebook Search.
+//
+//----------------------------------------------------
+//
+RESOURCE VPBK_FIELD_TYPE_SELECTOR r_vpbk_email_selector
+    {
+    versitProperties = 
+        {
+        VBK_FIELD_VERSIT_PROPERTY
+            {
+            name = EVPbkVersitNameEMAIL;
+            }
+        };
+    }
+
+//----------------------------------------------------
+//   
+//    r_vpbk_sipurl_selector
+//    Resource used while selecting SIP URL field for
+//    Phonebook Search.
+//
+//----------------------------------------------------
+//
+RESOURCE VPBK_FIELD_TYPE_SELECTOR r_vpbk_sipurl_selector
+    {
+    versitProperties = 
+        {
+        VBK_FIELD_VERSIT_PROPERTY
+            {
+            name = EVPbkVersitNameX;
+            extensionName = "X-SIP";
+            }
+        };
+    }