diff -r cd501b96611d -r ece3df019add authenticationservices/authenticationserver/test/reftestplugin/pinplugin/200032E4.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/authenticationservices/authenticationserver/test/reftestplugin/pinplugin/200032E4.rss Tue Nov 24 09:06:03 2009 +0200 @@ -0,0 +1,54 @@ +/* +* 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 + +// 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; + } + }; + } + }; + }