|
1 /* |
|
2 * Copyright (c) 2002-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: Menu resources for find item API. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME FIME // 4 letter ID |
|
21 |
|
22 // INCLUDES |
|
23 |
|
24 #include <eikon.rh> |
|
25 #include "finditem.hrh" |
|
26 #include <avkon.loc> |
|
27 #include <finditemdialog.loc> |
|
28 |
|
29 #include <AiwCommon.hrh> |
|
30 #include <AiwCommon.rh> |
|
31 |
|
32 #include <CommonDialogs.hrh> |
|
33 #include <CommonDialogs.rh> |
|
34 #include <pathconfiguration.hrh> |
|
35 |
|
36 // CONSTANTS |
|
37 |
|
38 // MACROS |
|
39 |
|
40 // RESOURCE DEFINITIONS |
|
41 |
|
42 RESOURCE RSS_SIGNATURE { } |
|
43 |
|
44 RESOURCE TBUF r_finditemmenu_menu_item |
|
45 { |
|
46 buf=qtn_options_find; |
|
47 } |
|
48 |
|
49 RESOURCE TBUF r_finditemmenu_phone_item |
|
50 { |
|
51 buf=qtn_options_find_phone_number; |
|
52 } |
|
53 |
|
54 RESOURCE TBUF r_finditemmenu_url_item |
|
55 { |
|
56 buf=qtn_options_find_url_address; |
|
57 } |
|
58 |
|
59 RESOURCE TBUF r_finditemmenu_mail_item |
|
60 { |
|
61 buf=qtn_options_find_email_address; |
|
62 } |
|
63 |
|
64 RESOURCE TBUF r_finditemmenu_telinternet_item |
|
65 { |
|
66 buf=qtn_options_find_voip_number; |
|
67 } |
|
68 |
|
69 RESOURCE MENU_PANE r_finditemmenu_menu |
|
70 { |
|
71 items= |
|
72 { |
|
73 // will be dynamically populated |
|
74 }; |
|
75 } |
|
76 |
|
77 RESOURCE TBUF40 r_finditemmenu_message_sub |
|
78 { |
|
79 buf=qtn_phob_opt_send; |
|
80 } |
|
81 |
|
82 RESOURCE TBUF40 r_finditemmenu_call |
|
83 { |
|
84 buf=qtn_options_call; |
|
85 } |
|
86 |
|
87 RESOURCE TBUF40 r_finditemmenu_goto_url |
|
88 { |
|
89 buf=qtn_find_open_link; |
|
90 } |
|
91 |
|
92 RESOURCE TBUF40 r_finditemmenu_add_bookmark |
|
93 { |
|
94 buf=qtn_find_add_to_bookmarks; |
|
95 } |
|
96 |
|
97 RESOURCE TBUF40 r_finditemmenu_add_to_gallery |
|
98 { |
|
99 buf=qtn_find_url_save_gallery; |
|
100 } |
|
101 |
|
102 RESOURCE MENU_PANE r_aiw_call_submenu |
|
103 { |
|
104 items = |
|
105 { |
|
106 MENU_ITEM |
|
107 { |
|
108 command=EFindItemCmdCall; |
|
109 txt=""; |
|
110 } |
|
111 }; |
|
112 } |
|
113 |
|
114 RESOURCE AIW_INTEREST r_findmenu_aiw_interest |
|
115 { |
|
116 items= |
|
117 { |
|
118 AIW_CRITERIA_ITEM |
|
119 { |
|
120 id=EFindItemCmdCall; |
|
121 serviceCmd=KAiwCmdCall; |
|
122 serviceClass=KAiwClassMenu; |
|
123 contentType="*"; |
|
124 defaultProvider=0x101F868E; |
|
125 maxProviders=1; |
|
126 } |
|
127 }; |
|
128 } |
|
129 |
|
130 RESOURCE TBUF r_finditemmenu_default_gall_name |
|
131 { |
|
132 buf=qtn_mg_link_name_default; |
|
133 } |
|
134 |
|
135 RESOURCE TBUF r_finditemmenu_link_saved |
|
136 { |
|
137 buf=qtn_find_rtsp_saved_note; |
|
138 } |
|
139 |
|
140 RESOURCE MEMORYSELECTIONDIALOG r_memory_selection_locations |
|
141 { |
|
142 //title=qtn_memc_select_memory; |
|
143 softkey_1=text_softkey_ok; |
|
144 softkey_2=text_softkey_cancel; |
|
145 locations= |
|
146 { |
|
147 LOCATION |
|
148 { |
|
149 root_path=text_phone_memory_root_path; |
|
150 }, |
|
151 LOCATION |
|
152 { |
|
153 root_path=text_memory_card_root_path; |
|
154 } |
|
155 }; |
|
156 } |
|
157 |
|
158 RESOURCE TBUF40 r_qtn_find_activate_option |
|
159 { |
|
160 buf=qtn_find_activate_option; |
|
161 } |
|
162 |
|
163 RESOURCE TBUF40 r_qtn_find_deactivate_option |
|
164 { |
|
165 buf=qtn_find_deactivate_option; |
|
166 } |
|
167 |
|
168 RESOURCE TBUF40 r_qtn_options_scheme_use |
|
169 { |
|
170 buf=qtn_options_scheme_use; |
|
171 } |
|
172 |
|
173 RESOURCE MENU_PANE r_findmenu_callui_item /* @deprecated 3.2 */ |
|
174 { |
|
175 items= |
|
176 { |
|
177 MENU_ITEM |
|
178 { |
|
179 txt=qtn_options_call; |
|
180 cascade=r_findmenu_callui_submenu; |
|
181 } |
|
182 }; |
|
183 } |
|
184 |
|
185 RESOURCE MENU_PANE r_findmenu_callui_submenu /* @deprecated 3.2 */ |
|
186 { |
|
187 items= |
|
188 { |
|
189 MENU_ITEM |
|
190 { |
|
191 command=EFindMenuPlaceHolderCallUI; |
|
192 txt=""; |
|
193 } |
|
194 }; |
|
195 } |
|
196 |
|
197 RESOURCE AIW_INTEREST r_find_menu_aiw_interests /* @deprecated 3.2 */ |
|
198 { |
|
199 items= |
|
200 { |
|
201 AIW_CRITERIA_ITEM |
|
202 { |
|
203 id=EFindMenuPlaceHolderCallUI; |
|
204 serviceCmd=KAiwCmdCall; |
|
205 serviceClass=KAiwClassMenu; |
|
206 contentType="*"; |
|
207 defaultProvider=0x101F868E; |
|
208 maxProviders=1; |
|
209 } |
|
210 }; |
|
211 } |
|
212 |
|
213 RESOURCE TBUF r_qtn_sms_usenumber |
|
214 { |
|
215 buf=qtn_sms_usenumber; |
|
216 } |
|
217 |
|
218 RESOURCE TBUF r_qtn_sms_usenumber_from |
|
219 { |
|
220 buf=qtn_sms_usenumber_from; |
|
221 } |
|
222 |
|
223 RESOURCE TBUF r_qtn_sms_usenumber_callback |
|
224 { |
|
225 buf=qtn_sms_usenumber_callback; |
|
226 } |
|
227 |
|
228 RESOURCE TBUF40 r_finditemmenu_message |
|
229 { |
|
230 buf=qtn_phob_opt_send; |
|
231 } |
|
232 |
|
233 RESOURCE TBUF40 r_finditemmenu_copy |
|
234 { |
|
235 buf=qtn_find_copy; |
|
236 } |
|
237 |
|
238 // NEW: RD_VIRTUAL_PHONEBOOK |
|
239 |
|
240 /* CallUi Aiw submenu */ |
|
241 RESOURCE MENU_PANE r_findmenu_callui_aiw_item |
|
242 { |
|
243 items= |
|
244 { |
|
245 MENU_ITEM |
|
246 { |
|
247 txt=qtn_options_call; |
|
248 cascade=r_findmenu_callui_aiw_submenu; |
|
249 } |
|
250 }; |
|
251 } |
|
252 |
|
253 RESOURCE MENU_PANE r_findmenu_callui_aiw_submenu |
|
254 { |
|
255 items= |
|
256 { |
|
257 MENU_ITEM |
|
258 { |
|
259 command=EFindMenuPlaceHolderCallUI; |
|
260 txt=""; |
|
261 } |
|
262 }; |
|
263 } |
|
264 |
|
265 RESOURCE AIW_INTEREST r_findmenu_callui_aiw_interest |
|
266 { |
|
267 items= |
|
268 { |
|
269 AIW_CRITERIA_ITEM |
|
270 { |
|
271 id=EFindMenuPlaceHolderCallUI; |
|
272 serviceCmd=KAiwCmdCall; |
|
273 serviceClass=KAiwClassMenu; |
|
274 contentType="*"; |
|
275 defaultProvider=0x101F868E; |
|
276 maxProviders=1; |
|
277 } |
|
278 }; |
|
279 } |
|
280 |
|
281 /* Contacts Aiw submenu */ |
|
282 RESOURCE MENU_PANE r_findmenu_contacts_aiw_item |
|
283 { |
|
284 items= |
|
285 { |
|
286 MENU_ITEM |
|
287 { |
|
288 txt=qtn_options_contacts; |
|
289 cascade=r_findmenu_contacts_aiw_submenu; |
|
290 } |
|
291 }; |
|
292 } |
|
293 |
|
294 RESOURCE MENU_PANE r_findmenu_contacts_aiw_submenu |
|
295 { |
|
296 items= |
|
297 { |
|
298 MENU_ITEM |
|
299 { |
|
300 command=EFindMenuPlaceHolderContacts; |
|
301 txt=""; |
|
302 } |
|
303 }; |
|
304 } |
|
305 |
|
306 RESOURCE AIW_INTEREST r_findmenu_contacts_aiw_interest |
|
307 { |
|
308 items= |
|
309 { |
|
310 AIW_CRITERIA_ITEM |
|
311 { |
|
312 id=EFindMenuPlaceHolderContacts; |
|
313 serviceCmd=KAiwCmdAssign; |
|
314 serviceClass=KAiwClassMenu; |
|
315 contentType="*"; |
|
316 defaultProvider=0x1020728F; // KPbk2AiwCmdAssignImplementationUID |
|
317 maxProviders=1; |
|
318 } |
|
319 }; |
|
320 } |
|
321 |
|
322 // End of File |