authenticationservices/authenticationserver/test/reftestplugin/pinplugin/200032E4.rss
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:49:24 +0100
branchGCC_SURGE
changeset 87 dd951c63fe4e
parent 19 ece3df019add
permissions -rw-r--r--
Catchup to latest Symbian^4

/*
* 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;
					}
				};	
			}
		};			
	}