diff -r d07aa956024a -r 030c4fbc13d7 authenticationservices/authenticationserver/test/reftestplugin/pinplugin/200032E4.rss --- a/authenticationservices/authenticationserver/test/reftestplugin/pinplugin/200032E4.rss Thu Apr 01 00:24:41 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,54 +0,0 @@ -/* -* 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; - } - }; - } - }; - }