/*
* Copyright (c) 2005-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:
* 10274104.rss
* UIDs quick-ref
* ECOM DLL UID: 0x10204F0E
* ECOM interface UID: 0x12345678
* ECOM Implementation: 0x102741040, 0x10274105
*
*/
#include <ecom/registryinfov2.rh>
RESOURCE REGISTRY_INFO r_registry
{
dll_uid = 0x10204F0E;
resource_format_version = RESOURCE_FORMAT_VERSION_2;
interfaces =
{
INTERFACE_INFO
{
interface_uid = 0x102740FE; // Const for all data recognisers
implementations =
{
IMPLEMENTATION_INFO
{
implementation_uid = 0x10274104;
version_no = 1;
display_name = "testplugin1";
default_data = "10274104";
opaque_data = "";
rom_only=0;
},
IMPLEMENTATION_INFO
{
implementation_uid = 0x10274105;
version_no = 1;
display_name = "BlockingPlugin";
default_data = "10274105";
opaque_data = "";
rom_only=1;
},
IMPLEMENTATION_INFO
{
implementation_uid = 0x10274106;
version_no = 1;
display_name = "InactivePlugin";
default_data = "10274106";
opaque_data = "";
rom_only=1;
},
IMPLEMENTATION_INFO
{
implementation_uid = 0x10274107;
version_no = 1;
display_name = "UnknownIdPlugin";
default_data = "10274107";
opaque_data = "";
rom_only=1;
}
};
}
};
}