authenticationservices/authenticationserver/test/tAuthSvr/src/10204F10_upgrade.rss
changeset 102 deec7e509f66
parent 94 0e6c5a9328b5
child 108 ca9a0fc2f082
equal deleted inserted replaced
94:0e6c5a9328b5 102:deec7e509f66
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * Dummy Registry file for the tAuthPlugin upgrade Implementation Collection
       
    16 * UIDs quick-ref
       
    17 * ECOM DLL UID:			0x10204F10 
       
    18 * ECOM interface UID:		0x102740FE
       
    19 * ECOM Implementation:		0x11113100	-PIN
       
    20 *
       
    21 */
       
    22 
       
    23 
       
    24 
       
    25 #include "registryinfov2.rh"
       
    26 
       
    27 // Declares info for one implementation
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29 	{
       
    30 	// UID for the plug-in DLL; matches name of this file
       
    31 	dll_uid = 0x10204F10;
       
    32 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    33 
       
    34 	// Declare array of interface info
       
    35 	interfaces = 
       
    36 		{
       
    37 		INTERFACE_INFO
       
    38 		 	{
       
    39 		 	// UID of interface that is implemented (i.e. CAuthPluginInterface)							
       
    40 		 	interface_uid = 0x102740FE;			
       
    41 			implementations = 
       
    42 				{
       
    43 				IMPLEMENTATION_INFO
       
    44 					{
       
    45 					implementation_uid = 0x11113100;
       
    46 					version_no = 2;
       
    47 					display_name = "11113100 -Pin0 Implementation of AuthServer plugin";
       
    48 					default_data = "11113100";
       
    49 					opaque_data = "";
       
    50 					rom_only=1;
       
    51 					},
       
    52 				// Info for the first child PIN Plugin
       
    53 				IMPLEMENTATION_INFO
       
    54 					{
       
    55 					implementation_uid = 0x11113101;
       
    56 					version_no = 2;
       
    57 					display_name = "11113101 -Pin1 Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
       
    58 					default_data = "11113101";
       
    59 					opaque_data = "";
       
    60 					rom_only=1;
       
    61 					},
       
    62 				// Info for the first child PIN Plugin
       
    63 				IMPLEMENTATION_INFO
       
    64 					{
       
    65 					implementation_uid = 0x11113102;
       
    66 					version_no = 2;
       
    67 					display_name = "11113102 -Pin2 Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
       
    68 					default_data = "11113102";
       
    69 					opaque_data = "";
       
    70 					rom_only=1;
       
    71 					},
       
    72 				// Info for the first child PIN Plugin
       
    73 				IMPLEMENTATION_INFO
       
    74 					{
       
    75 					implementation_uid = 0x11113103;
       
    76 					version_no = 2;
       
    77 					display_name = "11113103 -Bio3 Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
       
    78 					default_data = "11113103";
       
    79 					opaque_data = "";
       
    80 					rom_only=1;
       
    81 					},
       
    82 				// Info for the first child PIN Plugin
       
    83 				IMPLEMENTATION_INFO
       
    84 					{
       
    85 					implementation_uid = 0x11113104;
       
    86 					version_no = 2;
       
    87 					display_name = "11113104 - Tok1 Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
       
    88 					default_data = "11113104";
       
    89 					opaque_data = "";
       
    90 					rom_only=1;
       
    91 					}
       
    92 				//,
       
    93 				// Info for CTFingerprintAuthPlugin
       
    94 				//IMPLEMENTATION_INFO
       
    95 				//	{
       
    96 				//	implementation_uid = 0x102740FE;
       
    97 				//	version_no = 2;
       
    98 				//	display_name = "Fingerprint Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
       
    99 				//	default_data = "text/xml||Type of data handled";
       
   100 				//	opaque_data = "test_params";
       
   101 				//	}
       
   102 				};	
       
   103 			}
       
   104 		};			
       
   105 	}		
       
   106