/*
* 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