author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 10 Sep 2009 12:58:20 +0300 | |
changeset 11 | 5c0037c72160 |
parent 5 | 989d2f495d90 |
child 12 | f4292e0e20df |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2006-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 the License "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 file for ECOM plugin discovery. |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
#include <Eikon.rh> |
|
19 |
#include <LiwCommon.hrh> |
|
20 |
||
21 |
#include "ecom/RegistryInfoV2.rh" |
|
22 |
||
23 |
RESOURCE REGISTRY_INFO theInfo |
|
24 |
{ |
|
25 |
resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
26 |
dll_uid = 0x2000CFB6; |
|
27 |
interfaces = |
|
28 |
{ |
|
29 |
INTERFACE_INFO |
|
30 |
{ |
|
31 |
// Base service class |
|
32 |
interface_uid = KLiwClassBase; |
|
33 |
implementations = |
|
34 |
{ |
|
35 |
IMPLEMENTATION_INFO |
|
36 |
{ |
|
37 |
implementation_uid = 0x2000CFBE; |
|
38 |
version_no = 1; |
|
39 |
display_name = "Sensor Provider"; |
|
40 |
default_data = "Service.Sensor"; |
|
11
5c0037c72160
Revision: 200935
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
41 |
opaque_data = "ISensor" "::" "<meta><cap>RUD</cap><ver>1.0</ver><res>sensorprovidername.rsc</res></meta>"; |
5 | 42 |
} |
43 |
}; |
|
44 |
} |
|
45 |
}; |
|
46 |
} |