authorisation/userpromptservice/test/tups_notifier/source/e1111f10.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 12 Oct 2009 10:17:04 +0300
changeset 15 da2ae96f639b
parent 8 35751d3474b7
permissions -rw-r--r--
Revision: 200941 Kit: 200941

/*
* 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 <ecom/registryinfov2.rh>
#include <techview/eikon.rh>

#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
#include <uiklaf/private/pluginuid.hrh>
#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 = "";
				}
			};
		}
	};
}