authenticationservices/authenticationserver/test/tAuthSvr/src/10204F10_upgrade.rss
branchRCL_3
changeset 53 030c4fbc13d7
parent 50 d07aa956024a
child 57 e0a1505373c1
child 58 b54b58ee9d58
--- a/authenticationservices/authenticationserver/test/tAuthSvr/src/10204F10_upgrade.rss	Thu Apr 01 00:24:41 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,106 +0,0 @@
-/*
-* 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";
-				//	}
-				};	
-			}
-		};			
-	}		
-