accessoryservices/accessoryremotecontrol/data/10205034.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 19:38:32 +0300
changeset 44 2c28af138640
parent 0 4e1aa6a622a0
permissions -rw-r--r--
Revision: 201025 Kit: 2010125

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "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:  ECom plugin resource file
*
*/


//  INCLUDES
#include <ecom/registryinfo.rh>

//  RESOURCE DEFINITIONS 
// -----------------------------------------------------------------------------
//   
// theInfo
// ECom plugin interface info
//
// -----------------------------------------------------------------------------
//
RESOURCE REGISTRY_INFO theInfo
	{
	// UID of the DLL
	dll_uid = 0x10205034;
	// Interfaces of the ECom plugin DLL
	interfaces =
		{
		INTERFACE_INFO
			{
			// UID of the interface
			interface_uid = 0x10205C43;
			// Implementation(s) of the interface
			implementations =
				{
				IMPLEMENTATION_INFO
					{
					// Implementation UID of the interface (used when loading through ECom)
					implementation_uid = 0x10205035;
					// Version of the implementation
					version_no = 1;
					// Name of the plugin
					display_name = "RemConKeyEventConverter";
					// Not used
					default_data = "";
					// Not used
					opaque_data = "";
					}
				};
			}
		};
	}

// End of file