author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 24 Sep 2009 12:43:20 +0300 | |
changeset 12 | f4292e0e20df |
parent 11 | 5c0037c72160 |
child 23 | 50974a8b132e |
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 = 0x102833A7; |
|
27 |
interfaces = |
|
28 |
{ |
|
29 |
INTERFACE_INFO |
|
30 |
{ |
|
31 |
// Base service class |
|
32 |
interface_uid = KLiwClassBase; //provided by LIW |
|
33 |
implementations = |
|
34 |
{ |
|
35 |
IMPLEMENTATION_INFO |
|
36 |
{ |
|
37 |
implementation_uid = 0x10282CF5; |
|
38 |
version_no = 1; |
|
39 |
display_name = "Test Contact Provider"; |
|
40 |
default_data = "Service.Contact"; |
|
12
f4292e0e20df
Revision: 200937
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
11
diff
changeset
|
41 |
opaque_data = "IDataSource" "::" "<meta><cap>RUD</cap><cap>WUD</cap><ver>1.1</ver><res>contactprovidername.rsc</res></meta>"; |
5 | 42 |
|
43 |
} |
|
44 |
}; |
|
45 |
} |
|
46 |
}; |
|
47 |
} |