authenticationservices/authenticationserver/test/reftestplugin/pinplugin/200032E4.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 01 Apr 2010 00:24:41 +0300
branchRCL_3
changeset 50 d07aa956024a
parent 19 ece3df019add
permissions -rw-r--r--
Revision: 201013 Kit: 201013

/*
* Copyright (c) 2006-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: 
* UIDs quick-ref
* ECOM DLL UID:		0x200032E4 
* ECOM interface UID:		0x102740FE
* ECOM Implementation:		0x200032E5	
*
*/



#include <ecom/registryinfov2.rh>

// Declares info for one implementation
RESOURCE REGISTRY_INFO theInfo
	{
	// UID for the plug-in DLL; matches name of this file
	dll_uid = 0x200032E4;
	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 = 0x200032E5;
					version_no = 1;
					display_name = "Symbian PIN Plugin Reference Implementation";
					default_data = "200032E5";
					opaque_data = "";
					rom_only=1;
					}
				};	
			}
		};			
	}