diff -r cd501b96611d -r ece3df019add authenticationservices/authenticationserver/test/tauthplugins/10204f0e_upgrade.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/authenticationservices/authenticationserver/test/tauthplugins/10204f0e_upgrade.rss Tue Nov 24 09:06:03 2009 +0200 @@ -0,0 +1,76 @@ +/* +* Copyright (c) 2008-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: +* 1027410e_upgrade.rss +* UIDs quick-ref +* ECOM DLL UID: 0x10204F0E +* ECOM interface UID: 0x12345678 +* ECOM Implementation: 0x10274104, 0x10274105 +* +*/ + + +#include + +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 = 2; + 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; + } + }; + } + }; +}