|
1 /* |
|
2 * Copyright (c) 2002-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 "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 converter plugin |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // INCLUDES |
|
21 #include <ecom/registryinfo.rh> |
|
22 #include <EPos_LandmarksUids.hrh> |
|
23 #include "EPos_LmConverterUids.hrh" |
|
24 |
|
25 // RESOURCE DEFINITIONS |
|
26 // ----------------------------------------------------------------------------- |
|
27 // |
|
28 // r_lmcontentformatconverter |
|
29 // ECOM registry information for Landmarks Content Format Converter |
|
30 // |
|
31 // ----------------------------------------------------------------------------- |
|
32 // |
|
33 RESOURCE REGISTRY_INFO r_lmcontentformatconverter |
|
34 { |
|
35 dll_uid = 0x101fdf85; |
|
36 interfaces = |
|
37 { |
|
38 INTERFACE_INFO |
|
39 { |
|
40 interface_uid = KPosLmEncoderIfUid; |
|
41 implementations = |
|
42 { |
|
43 IMPLEMENTATION_INFO |
|
44 { |
|
45 implementation_uid = KPosLmConverterEncoderImplUid; |
|
46 version_no = 1; |
|
47 display_name = "Landmarks Content Format Encoder"; |
|
48 default_data = |
|
49 "application/vnd.nokia.landmarkcollection+xml"; |
|
50 } |
|
51 }; |
|
52 }, |
|
53 INTERFACE_INFO |
|
54 { |
|
55 interface_uid = KPosLmEncoderIfUid; |
|
56 implementations = |
|
57 { |
|
58 IMPLEMENTATION_INFO |
|
59 { |
|
60 implementation_uid = KPosLmUrlEncoderImplUid; |
|
61 version_no = 1; |
|
62 display_name = "Landmarks URL Encoder"; |
|
63 default_data = "maps.ovi.com"; |
|
64 } |
|
65 }; |
|
66 }, |
|
67 INTERFACE_INFO |
|
68 { |
|
69 interface_uid = KPosLmParserIfUid; |
|
70 implementations = |
|
71 { |
|
72 IMPLEMENTATION_INFO |
|
73 { |
|
74 implementation_uid = KPosLmConverterParserImplUid; |
|
75 version_no = 1; |
|
76 display_name = "Landmarks Content Format Parser"; |
|
77 default_data = |
|
78 "application/vnd.nokia.landmarkcollection+xml"; |
|
79 } |
|
80 }; |
|
81 }, |
|
82 INTERFACE_INFO |
|
83 { |
|
84 interface_uid = KPosLmParserIfUid; |
|
85 implementations = |
|
86 { |
|
87 IMPLEMENTATION_INFO |
|
88 { |
|
89 implementation_uid = KPosLmGpxParserImplUid; |
|
90 version_no = 1; |
|
91 display_name = "GPX Format Parser"; |
|
92 default_data = |
|
93 "application/gps+xml"; |
|
94 } |
|
95 }; |
|
96 }, |
|
97 INTERFACE_INFO |
|
98 { |
|
99 interface_uid = KPosLmParserIfUid; |
|
100 implementations = |
|
101 { |
|
102 IMPLEMENTATION_INFO |
|
103 { |
|
104 implementation_uid = KPosLmKmlParserImplUid; |
|
105 version_no = 1; |
|
106 display_name = "KML Format Parser"; |
|
107 default_data = |
|
108 "application/vnd.google-earth.kml+xml"; |
|
109 } |
|
110 }; |
|
111 }, |
|
112 INTERFACE_INFO |
|
113 { |
|
114 interface_uid = KPosLmParserIfUid; |
|
115 implementations = |
|
116 { |
|
117 IMPLEMENTATION_INFO |
|
118 { |
|
119 implementation_uid = KPosLmKmzParserImplUid; |
|
120 version_no = 1; |
|
121 display_name = "KMZ Format Parser"; |
|
122 default_data = |
|
123 "application/vnd.google-earth.kmz"; |
|
124 } |
|
125 }; |
|
126 }, |
|
127 INTERFACE_INFO |
|
128 { |
|
129 interface_uid = KPosLmParserIfUid; |
|
130 implementations = |
|
131 { |
|
132 IMPLEMENTATION_INFO |
|
133 { |
|
134 implementation_uid = KPosLmUrlParserImplUid; |
|
135 version_no = 1; |
|
136 display_name = "Landmarks URL Parser"; |
|
137 default_data ="maps.ovi.com"; |
|
138 } |
|
139 }; |
|
140 } |
|
141 |
|
142 }; |
|
143 } |
|
144 |
|
145 // End of File |