authenticationservices/authenticationserver/test/tAuthSvr/src/10204F10_upgrade.rss
changeset 29 ece3df019add
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/authenticationservices/authenticationserver/test/tAuthSvr/src/10204F10_upgrade.rss	Tue Nov 24 09:06:03 2009 +0200
@@ -0,0 +1,106 @@
+/*
+* 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 the tAuthPlugin upgrade Implementation Collection
+* UIDs quick-ref
+* ECOM DLL UID:			0x10204F10 
+* ECOM interface UID:		0x102740FE
+* ECOM Implementation:		0x11113100	-PIN
+*
+*/
+
+
+
+#include "registryinfov2.rh"
+
+// Declares info for one implementation
+RESOURCE REGISTRY_INFO theInfo
+	{
+	// UID for the plug-in DLL; matches name of this file
+	dll_uid = 0x10204F10;
+	resource_format_version = RESOURCE_FORMAT_VERSION_2;
+
+	// Declare array of interface info
+	interfaces = 
+		{
+		INTERFACE_INFO
+		 	{
+		 	// UID of interface that is implemented (i.e. CAuthPluginInterface)							
+		 	interface_uid = 0x102740FE;			
+			implementations = 
+				{
+				IMPLEMENTATION_INFO
+					{
+					implementation_uid = 0x11113100;
+					version_no = 2;
+					display_name = "11113100 -Pin0 Implementation of AuthServer plugin";
+					default_data = "11113100";
+					opaque_data = "";
+					rom_only=1;
+					},
+				// Info for the first child PIN Plugin
+				IMPLEMENTATION_INFO
+					{
+					implementation_uid = 0x11113101;
+					version_no = 2;
+					display_name = "11113101 -Pin1 Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
+					default_data = "11113101";
+					opaque_data = "";
+					rom_only=1;
+					},
+				// Info for the first child PIN Plugin
+				IMPLEMENTATION_INFO
+					{
+					implementation_uid = 0x11113102;
+					version_no = 2;
+					display_name = "11113102 -Pin2 Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
+					default_data = "11113102";
+					opaque_data = "";
+					rom_only=1;
+					},
+				// Info for the first child PIN Plugin
+				IMPLEMENTATION_INFO
+					{
+					implementation_uid = 0x11113103;
+					version_no = 2;
+					display_name = "11113103 -Bio3 Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
+					default_data = "11113103";
+					opaque_data = "";
+					rom_only=1;
+					},
+				// Info for the first child PIN Plugin
+				IMPLEMENTATION_INFO
+					{
+					implementation_uid = 0x11113104;
+					version_no = 2;
+					display_name = "11113104 - Tok1 Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
+					default_data = "11113104";
+					opaque_data = "";
+					rom_only=1;
+					}
+				//,
+				// Info for CTFingerprintAuthPlugin
+				//IMPLEMENTATION_INFO
+				//	{
+				//	implementation_uid = 0x102740FE;
+				//	version_no = 2;
+				//	display_name = "Fingerprint Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
+				//	default_data = "text/xml||Type of data handled";
+				//	opaque_data = "test_params";
+				//	}
+				};	
+			}
+		};			
+	}		
+