authenticationservices/authenticationserver/test/reftestplugin/pinplugin/200032E4.rss
changeset 29 ece3df019add
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     1 /*
       
     2 * Copyright (c) 2006-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 * UIDs quick-ref
       
    16 * ECOM DLL UID:		0x200032E4 
       
    17 * ECOM interface UID:		0x102740FE
       
    18 * ECOM Implementation:		0x200032E5	
       
    19 *
       
    20 */
       
    21 
       
    22 
       
    23 
       
    24 #include <ecom/registryinfov2.rh>
       
    25 
       
    26 // Declares info for one implementation
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28 	{
       
    29 	// UID for the plug-in DLL; matches name of this file
       
    30 	dll_uid = 0x200032E4;
       
    31 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    32 
       
    33 	// Declare array of interface info
       
    34 	interfaces = 
       
    35 		{
       
    36 		INTERFACE_INFO
       
    37 		 	{
       
    38 		 	// UID of interface that is implemented (i.e. CAuthPluginInterface)							
       
    39 		 	interface_uid = 0x102740FE;			
       
    40 			implementations = 
       
    41 				{
       
    42 				IMPLEMENTATION_INFO
       
    43 					{
       
    44 					implementation_uid = 0x200032E5;
       
    45 					version_no = 1;
       
    46 					display_name = "Symbian PIN Plugin Reference Implementation";
       
    47 					default_data = "200032E5";
       
    48 					opaque_data = "";
       
    49 					rom_only=1;
       
    50 					}
       
    51 				};	
       
    52 			}
       
    53 		};			
       
    54 	}