equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 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: |
|
15 * ECom resource. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // INCLUDES |
|
21 #include <ecom/registryinfov2.rh> |
|
22 #include <Pbk2ExtensionUID.h> |
|
23 #include "ExtensionManagerUID.H" |
|
24 |
|
25 /** |
|
26 * The registry information. |
|
27 */ |
|
28 RESOURCE REGISTRY_INFO theInfo |
|
29 { |
|
30 // use resource format version 2 to enable ROM only plugins |
|
31 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
32 dll_uid = KEXTENSIONMANAGERIMPLEMENTATIONUID; |
|
33 interfaces = |
|
34 { |
|
35 INTERFACE_INFO |
|
36 { |
|
37 interface_uid = KPbk2UiExtensionInterfaceUID; |
|
38 implementations = |
|
39 { |
|
40 IMPLEMENTATION_INFO |
|
41 { |
|
42 implementation_uid = KEXTENSIONMANAGERIMPLEMENTATIONUID; |
|
43 version_no = 1; |
|
44 display_name = ""; |
|
45 default_data = KPbk2UiExtensionDefaultDataString; |
|
46 opaque_data = "z:\\resource\\ExtensionManagerRes.rsc"; // CSI: 25 # |
|
47 rom_only = 0; // This is not a ROM only plugin |
|
48 } |
|
49 }; |
|
50 } |
|
51 }; |
|
52 } |
|
53 |
|
54 |
|
55 // End of File |