equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1028 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: ECom resource file for aiwcallimageplugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // INCLUDES |
|
21 #include <registryinfov2.rh> |
|
22 #include <AiwCommon.hrh> |
|
23 #include "aiwcallimageplugin.hrh" |
|
24 |
|
25 |
|
26 // RESOURCE DEFINITIONS |
|
27 |
|
28 // ----------------------------------------------------------------------------- |
|
29 // |
|
30 // theInfo |
|
31 // ECOM registry information - defined as ROM only. |
|
32 // |
|
33 // ----------------------------------------------------------------------------- |
|
34 // |
|
35 RESOURCE REGISTRY_INFO theInfo |
|
36 { |
|
37 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
38 |
|
39 dll_uid = KAiwCallImagePluginImplementationUid; |
|
40 interfaces = |
|
41 { |
|
42 INTERFACE_INFO |
|
43 { |
|
44 interface_uid = KAiwClassMenu; |
|
45 implementations = |
|
46 { |
|
47 IMPLEMENTATION_INFO |
|
48 { |
|
49 implementation_uid = KAiwCallImagePluginImplementationUid; |
|
50 version_no = 1; |
|
51 display_name = ""; |
|
52 default_data = "*"; |
|
53 opaque_data = KAiwCmdAssignStr; |
|
54 rom_only = 1; |
|
55 } |
|
56 }; |
|
57 } |
|
58 }; |
|
59 } |
|
60 |
|
61 // End of File |
|
62 |
|
63 |