landmarks/locationlandmarks/tsrc/LandmarkTestModule/TestProvider/resource/04440010.rss
changeset 33 834e27cad510
child 35 1a92308afc46
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/landmarks/locationlandmarks/tsrc/LandmarkTestModule/TestProvider/resource/04440010.rss	Tue Jul 06 14:44:11 2010 +0300
@@ -0,0 +1,54 @@
+/*
+* Copyright (c) 0444 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of the License "Symbian Foundation License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*   ?description_line
+*
+*/
+
+
+//  INCLUDES
+#include "RegistryInfo.rh"
+#include "FT_LandmarksDbManagerUids.hrh"
+
+// RESOURCE DEFINITIONS
+// -----------------------------------------------------------------------------
+//   
+// r_dbmantestprov
+// ECOM registry information for Database Management Provider test plugins
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE REGISTRY_INFO r_dbmantestprov
+    {
+    dll_uid = 0x04440010;
+    interfaces = 
+        {
+        INTERFACE_INFO
+            {
+            interface_uid = KPosLmDbManagerBaseIfUid; 
+            implementations = 
+                {
+                IMPLEMENTATION_INFO
+                    {
+                    implementation_uid = 0x04440011;
+                    version_no = 1;
+                    display_name = "Protocol 1";
+                    default_data = "p1"; // supports p1 protocol
+                    }
+                };
+            }
+        };
+    }
+
+// End of File