authenticationservices/authenticationserver/test/tauthplugins/10204f0e.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 24 Nov 2009 09:06:03 +0200
changeset 29 ece3df019add
permissions -rw-r--r--
Revision: 200948 Kit: 200948

/*
* Copyright (c) 2005-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: 
* 10274104.rss
* UIDs quick-ref
* ECOM DLL UID:			0x10204F0E 
* ECOM interface UID:		0x12345678
* ECOM Implementation:		0x102741040, 0x10274105
*
*/


#include <ecom/registryinfov2.rh>

RESOURCE REGISTRY_INFO r_registry
{
	dll_uid = 0x10204F0E;
	resource_format_version = RESOURCE_FORMAT_VERSION_2;
	interfaces =
	{
		INTERFACE_INFO
		{ 
		interface_uid = 0x102740FE;	// Const for all data recognisers
		implementations = 
			{
			IMPLEMENTATION_INFO
				{
				implementation_uid = 0x10274104;
				version_no = 1;
				display_name = "testplugin1";
				default_data = "10274104";
				opaque_data = "";
				rom_only=0;
				},
			IMPLEMENTATION_INFO
				{
				implementation_uid = 0x10274105;
				version_no = 1;
				display_name = "BlockingPlugin";
				default_data = "10274105";
				opaque_data = "";
				rom_only=1;
				},
			IMPLEMENTATION_INFO
				{
				implementation_uid = 0x10274106;
				version_no = 1;
				display_name = "InactivePlugin";
				default_data = "10274106";
				opaque_data = "";
				rom_only=1;
				},
			IMPLEMENTATION_INFO
				{
				implementation_uid = 0x10274107;
				version_no = 1;
				display_name = "UnknownIdPlugin";
				default_data = "10274107";
				opaque_data = "";
				rom_only=1;
				}
			};
		}
	};
}