equal
deleted
inserted
replaced
|
1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 |
|
17 |
|
18 #include "registryinfov2.rh" |
|
19 |
|
20 // Declares info for one implementations |
|
21 |
|
22 RESOURCE REGISTRY_INFO reconciliation_plugin_registry_info |
|
23 { |
|
24 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
25 dll_uid = 0x10283703; |
|
26 interfaces = |
|
27 { |
|
28 INTERFACE_INFO |
|
29 { |
|
30 // UID of interface that is implemented |
|
31 interface_uid = 0x10205057; |
|
32 implementations = |
|
33 { |
|
34 IMPLEMENTATION_INFO |
|
35 { |
|
36 implementation_uid = 0x10283704; |
|
37 version_no = 1; |
|
38 display_name = "Example Feature Manager plugin"; |
|
39 default_data = ""; |
|
40 opaque_data = ""; |
|
41 rom_only = 1; |
|
42 } |
|
43 }; |
|
44 } |
|
45 }; |
|
46 } |