authenticationservices/authenticationserver/test/tAuthSvr/tpostmarketplugins/testdata/1023F3F4.rss
changeset 29 ece3df019add
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/authenticationservices/authenticationserver/test/tAuthSvr/tpostmarketplugins/testdata/1023F3F4.rss	Tue Nov 24 09:06:03 2009 +0200
@@ -0,0 +1,50 @@
+/*
+* Copyright (c) 2008-2009 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 "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: 
+* Dummy registry file for tpostmarketramplugin implementation.
+* UIDs quick-ref
+* ECOM DLL UID:			0x1023F3F4 
+* ECOM interface UID:		0x102740FE 
+* ECOM Implementation:		0x10234100
+*
+*/
+
+
+#include <ecom/registryinfov2.rh>
+
+RESOURCE REGISTRY_INFO r_registry
+{
+	dll_uid = 0x1023F3F4;
+	resource_format_version = RESOURCE_FORMAT_VERSION_2;
+	interfaces =
+	{
+		INTERFACE_INFO
+		{ 
+		interface_uid = 0x102740FE;	// Const for all data recognisers
+		implementations = 
+			{
+			IMPLEMENTATION_INFO
+				{
+				implementation_uid = 0x10234100;
+				version_no = 1;
+				display_name = "PostMarketTestRAMPlugin";
+				default_data = "10234100";
+				opaque_data = "";
+				rom_only=0;
+				}
+			};
+		}
+	};
+}
+