|
1 /* |
|
2 * Copyright (c) 1020 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 definitions for Map and Navigation AIW Provider |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <eikon.rh> |
|
21 #include <ecom/registryinfov2.rh> |
|
22 #include <AiwCommon.hrh> |
|
23 |
|
24 #include "mnaiwprovideruids.hrh" |
|
25 |
|
26 // --------------------------------------------------------------------------- |
|
27 // r_mn_aiwprovider_plugin |
|
28 // This resource is needed by CAiwServiceHandler/ECom for |
|
29 // finding out what plugins exist |
|
30 // --------------------------------------------------------------------------- |
|
31 // |
|
32 RESOURCE REGISTRY_INFO r_mn_aiwprovider_plugin |
|
33 { |
|
34 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
|
35 dll_uid = KMnAiwProviderDllUid; |
|
36 interfaces = |
|
37 { |
|
38 INTERFACE_INFO |
|
39 { |
|
40 // aiw service class (menu/base) |
|
41 interface_uid = KAiwClassBase; |
|
42 |
|
43 implementations = |
|
44 { |
|
45 IMPLEMENTATION_INFO |
|
46 { |
|
47 // unique aiw service id that identifies the exact service |
|
48 implementation_uid = KMnAiwProviderBaseImplUid; |
|
49 |
|
50 version_no = 1; |
|
51 display_name = "Map and Navigation AIW Provider"; |
|
52 default_data = "application/x-landmark"; |
|
53 opaque_data = KAiwCmdMnShowMapStr "||" |
|
54 KAiwCmdMnNavigateToStr "||" |
|
55 KAiwCmdMnAddrByCoordStr "||" |
|
56 KAiwCmdMnCoordByAddrStr "||" |
|
57 KAiwCmdMnSelectFromMapStr; |
|
58 rom_only = 0; |
|
59 } |
|
60 }; |
|
61 }, |
|
62 |
|
63 INTERFACE_INFO |
|
64 { |
|
65 // aiw service class (menu/base) |
|
66 interface_uid = KAiwClassMenu; |
|
67 |
|
68 implementations = |
|
69 { |
|
70 IMPLEMENTATION_INFO |
|
71 { |
|
72 // unique aiw service id that identifies the exact service |
|
73 implementation_uid = KMnAiwProviderMenuImplUid; |
|
74 |
|
75 version_no = 1; |
|
76 display_name = "Map and Navigation AIW Provider"; |
|
77 default_data = "application/x-landmark"; |
|
78 opaque_data = KAiwCmdMnShowMapStr "||" |
|
79 KAiwCmdMnNavigateToStr "||" |
|
80 KAiwCmdMnAddrByCoordStr "||" |
|
81 KAiwCmdMnCoordByAddrStr "||" |
|
82 KAiwCmdMnSelectFromMapStr; |
|
83 rom_only = 0; |
|
84 } |
|
85 }; |
|
86 } |
|
87 }; |
|
88 } |