diff -r 000000000000 -r bde4ae8d615e os/security/authorisation/userpromptservice/test/tups_notifier/source/e1111f10.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/security/authorisation/userpromptservice/test/tups_notifier/source/e1111f10.rss Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,58 @@ +/* +* Copyright (c) 2007-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: +* jmidlgplugin notifier resource file +* UIDs quick ref: +* ECOM DLL UID: 0xE1111F10 +* ECOM Interface UID: 0x101fdfae (KUikonUidPluginInterfaceNotifiers) +* ECOM Implementation UID: 0xE1111F11 (KUpsRefNotifierImplementation) +* +*/ + + +#include +#include + +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS +#include +#endif + +// Declares info for two implementations +RESOURCE REGISTRY_INFO theInfo +{ + // UID for the DLL + dll_uid = 0xE1111F10; + resource_format_version = RESOURCE_FORMAT_VERSION_2; + // Declare array of interface info + interfaces = + { + INTERFACE_INFO + { + // UID of interface that is implemented + interface_uid = KUikonUidPluginInterfaceNotifiers; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = 0xE1111F11; + version_no = 1; + display_name = "UPS Test Techview Notifier"; + default_data = "E1111F11"; + opaque_data = ""; + } + }; + } + }; +} +