authenticationservices/authenticationserver/test/tAuthSvr/src/10204F10.rss
changeset 29 ece3df019add
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     1 /*
       
     2 * Copyright (c) 2005-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 * Registry file for the miscellaneous authServer Interface 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  @file 10204F10.rss
       
    26 */
       
    27 
       
    28 
       
    29 #include "registryinfov2.rh"
       
    30 
       
    31 // Declares info for one implementation
       
    32 RESOURCE REGISTRY_INFO theInfo
       
    33 	{
       
    34 	// UID for the plug-in DLL; matches name of this file
       
    35 	dll_uid = 0x10204F10;
       
    36 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    37 
       
    38 	// Declare array of interface info
       
    39 	interfaces = 
       
    40 		{
       
    41 		INTERFACE_INFO
       
    42 		 	{
       
    43 		 	// UID of interface that is implemented (i.e. CAuthPluginInterface)							
       
    44 		 	interface_uid = 0x102740FE;			
       
    45 			implementations = 
       
    46 				{
       
    47 				IMPLEMENTATION_INFO
       
    48 					{
       
    49 					implementation_uid = 0x11113100;
       
    50 					version_no = 1;
       
    51 					display_name = "11113100 -Pin0 Implementation of AuthServer plugin";
       
    52 					default_data = "11113100";
       
    53 					opaque_data = "";
       
    54 					rom_only=1;
       
    55 					},
       
    56 				// Info for the first child PIN Plugin
       
    57 				IMPLEMENTATION_INFO
       
    58 					{
       
    59 					implementation_uid = 0x11113101;
       
    60 					version_no = 1;
       
    61 					display_name = "11113101 -Pin1 Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
       
    62 					default_data = "11113101";
       
    63 					opaque_data = "";
       
    64 					rom_only=1;
       
    65 					},
       
    66 				// Info for the first child PIN Plugin
       
    67 				IMPLEMENTATION_INFO
       
    68 					{
       
    69 					implementation_uid = 0x11113102;
       
    70 					version_no = 1;
       
    71 					display_name = "11113102 -Pin2 Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
       
    72 					default_data = "11113102";
       
    73 					opaque_data = "";
       
    74 					rom_only=1;
       
    75 					},
       
    76 				// Info for the first child PIN Plugin
       
    77 				IMPLEMENTATION_INFO
       
    78 					{
       
    79 					implementation_uid = 0x11113103;
       
    80 					version_no = 1;
       
    81 					display_name = "11113103 -Bio3 Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
       
    82 					default_data = "11113103";
       
    83 					opaque_data = "";
       
    84 					rom_only=1;
       
    85 					},
       
    86 				// Info for the first child PIN Plugin
       
    87 				IMPLEMENTATION_INFO
       
    88 					{
       
    89 					implementation_uid = 0x11113104;
       
    90 					version_no = 1;
       
    91 					display_name = "11113104 - Tok1 Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
       
    92 					default_data = "11113104";
       
    93 					opaque_data = "";
       
    94 					rom_only=1;
       
    95 					}
       
    96 				//,
       
    97 				// Info for CTFingerprintAuthPlugin
       
    98 				//IMPLEMENTATION_INFO
       
    99 				//	{
       
   100 				//	implementation_uid = 0x102740FE;
       
   101 				//	version_no = 1;
       
   102 				//	display_name = "Fingerprint Implementation||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
       
   103 				//	default_data = "text/xml||Type of data handled";
       
   104 				//	opaque_data = "test_params";
       
   105 				//	}
       
   106 				};	
       
   107 			}
       
   108 		};			
       
   109 	}