29
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description: Resource definitions for project hidremconbearer
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
// INCLUDES
|
|
20 |
#include <ecom/registryinfov2.rh>
|
|
21 |
#include "headsetuids.h"
|
|
22 |
|
|
23 |
// RESOURCE DEFINITIONS
|
|
24 |
// -----------------------------------------------------------------------------
|
|
25 |
//
|
|
26 |
// REGISTRY_INFO theInfo
|
|
27 |
// Information needed for Ecom Plugin
|
|
28 |
//
|
|
29 |
// -----------------------------------------------------------------------------
|
|
30 |
//
|
|
31 |
RESOURCE REGISTRY_INFO theInfo
|
|
32 |
{
|
|
33 |
resource_format_version = RESOURCE_FORMAT_VERSION_2;
|
|
34 |
dll_uid = HIDREMCON_UID;
|
|
35 |
interfaces =
|
|
36 |
{
|
|
37 |
INTERFACE_INFO
|
|
38 |
{
|
|
39 |
interface_uid = REMCON_PLUGIN_IF;
|
|
40 |
implementations =
|
|
41 |
{
|
|
42 |
IMPLEMENTATION_INFO
|
|
43 |
{
|
|
44 |
implementation_uid = HIDREMCON_IMP;
|
|
45 |
version_no = 1;
|
|
46 |
display_name = "HidRemconBearer";
|
|
47 |
default_data = "";
|
|
48 |
opaque_data = "";
|
|
49 |
}
|
|
50 |
};
|
|
51 |
}
|
|
52 |
};
|
|
53 |
}
|
|
54 |
|