|
1 /* |
|
2 * Copyright (c) 2008 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: upnp setup wizard resource description file |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 // RESOURCE IDENTIFIER |
|
25 NAME HORO // 4 letter ID |
|
26 |
|
27 // INCLUDES |
|
28 #include <eikon.rh> |
|
29 #include <avkon.rsg> |
|
30 #include <avkon.rh> |
|
31 #include <avkon.mbg> |
|
32 #include <avkon.loc> |
|
33 #include <data_caging_paths_strings.hrh> |
|
34 #include <appinfo.rh> |
|
35 #include <upnpsettings.loc> |
|
36 |
|
37 |
|
38 // RESOURCE DEFINITIONS |
|
39 |
|
40 // -------------------------------------------------------------------------- |
|
41 // RSS_SIGNATURE |
|
42 // -------------------------------------------------------------------------- |
|
43 RESOURCE RSS_SIGNATURE |
|
44 { |
|
45 } |
|
46 |
|
47 // -------------------------------------------------------------------------- |
|
48 // TBUF |
|
49 // -------------------------------------------------------------------------- |
|
50 RESOURCE TBUF |
|
51 { |
|
52 buf = ""; |
|
53 } |
|
54 |
|
55 |
|
56 |
|
57 // -------------------------------------------------------------------------- |
|
58 // |
|
59 // R_UPNP_WIZARD_SOFTKEYS_NEXT_CANCEL__SELECT |
|
60 // |
|
61 // -------------------------------------------------------------------------- |
|
62 // |
|
63 RESOURCE CBA r_upnp_wizard_softkeys_next_cancel__select |
|
64 { |
|
65 buttons = |
|
66 { |
|
67 CBA_BUTTON {id = EAknSoftkeyOk; txt = qtn_iupnp_softkey_next;}, |
|
68 CBA_BUTTON {id = EAknSoftkeyCancel; txt = text_softkey_cancel;}, |
|
69 CBA_BUTTON {id = EAknSoftkeyOk;} |
|
70 }; |
|
71 } |
|
72 |
|
73 |
|
74 // -------------------------------------------------------------------------- |
|
75 // |
|
76 // R_UPNP_WIZARD_SOFTKEYS_NEXT_BACK__SELECT |
|
77 // |
|
78 // -------------------------------------------------------------------------- |
|
79 // |
|
80 RESOURCE CBA r_upnp_wizard_softkeys_next_back__select |
|
81 { |
|
82 buttons = |
|
83 { |
|
84 CBA_BUTTON {id = EAknSoftkeyOk; txt = qtn_iupnp_softkey_next;}, |
|
85 CBA_BUTTON {id = EAknSoftkeyBack; txt = text_softkey_back;}, |
|
86 CBA_BUTTON {id = EAknSoftkeyOk;} |
|
87 }; |
|
88 } |
|
89 |
|
90 |
|
91 // -------------------------------------------------------------------------- |
|
92 // |
|
93 // R_UPNP_WIZARD_SOFTKEYS_DONE_BACK__SELECT |
|
94 // |
|
95 // -------------------------------------------------------------------------- |
|
96 // |
|
97 RESOURCE CBA r_upnp_wizard_softkeys_done_back__select |
|
98 { |
|
99 buttons = |
|
100 { |
|
101 CBA_BUTTON {id = EAknSoftkeyOk; txt = text_softkey_done;}, |
|
102 CBA_BUTTON {id = EAknSoftkeyBack; txt = text_softkey_back;}, |
|
103 CBA_BUTTON {id = EAknSoftkeyOk;} |
|
104 }; |
|
105 } |
|
106 // -------------------------------------------------------------------------- |
|
107 // r_wizard_popup_dialog_1 |
|
108 // resource for wizard step 1 |
|
109 // -------------------------------------------------------------------------- |
|
110 RESOURCE DIALOG r_upnp_wizard_popup_dialog_1 |
|
111 { |
|
112 flags = EGeneralQueryFlags | |
|
113 EEikDialogFlagNoTitleBar | |
|
114 EEikDialogFlagNoBorder | |
|
115 EEikDialogFlagNoShadow; |
|
116 buttons = r_upnp_wizard_softkeys_next_cancel__select; |
|
117 |
|
118 |
|
119 items= |
|
120 { |
|
121 DLG_LINE |
|
122 { |
|
123 type = EAknCtPopupHeadingPane; |
|
124 id = EAknMessageQueryHeaderId; |
|
125 control = AVKON_HEADING |
|
126 { |
|
127 bmpfile = ""; |
|
128 }; |
|
129 }, |
|
130 DLG_LINE |
|
131 { |
|
132 type = EAknCtMessageQuery; |
|
133 id = EAknMessageQueryContentId; |
|
134 control = AVKON_MESSAGE_QUERY |
|
135 { |
|
136 }; |
|
137 } |
|
138 }; |
|
139 } |
|
140 |
|
141 RESOURCE TBUF r_upnp_wizard_head_1_text |
|
142 { |
|
143 buf = qtn_iupnp_wizard_head_1; |
|
144 } |
|
145 |
|
146 RESOURCE TBUF r_upnp_wizard_1_text |
|
147 { |
|
148 buf = qtn_iupnp_wizard_1; |
|
149 } |
|
150 |
|
151 // -------------------------------------------------------------------------- |
|
152 // r_wizard_popup_dialog_2 |
|
153 // resource for wizard step 2 |
|
154 // -------------------------------------------------------------------------- |
|
155 RESOURCE DIALOG r_upnp_wizard_popup_dialog_2 |
|
156 { |
|
157 flags = EGeneralQueryFlags | |
|
158 EEikDialogFlagNoTitleBar | |
|
159 EEikDialogFlagNoBorder | |
|
160 EEikDialogFlagNoShadow; |
|
161 buttons = r_upnp_wizard_softkeys_next_back__select; |
|
162 |
|
163 items= |
|
164 { |
|
165 DLG_LINE |
|
166 { |
|
167 type = EAknCtPopupHeadingPane; |
|
168 id = EAknMessageQueryHeaderId; |
|
169 control = AVKON_HEADING |
|
170 { |
|
171 bmpfile = ""; |
|
172 }; |
|
173 }, |
|
174 DLG_LINE |
|
175 { |
|
176 type = EAknCtMessageQuery; |
|
177 id = EAknMessageQueryContentId; |
|
178 control = AVKON_MESSAGE_QUERY |
|
179 { |
|
180 }; |
|
181 } |
|
182 }; |
|
183 } |
|
184 |
|
185 RESOURCE TBUF r_upnp_wizard_head_2_text |
|
186 { |
|
187 buf = qtn_iupnp_wizard_head_2; |
|
188 } |
|
189 |
|
190 RESOURCE TBUF r_upnp_wizard_2_text |
|
191 { |
|
192 buf = qtn_iupnp_wizard_2; |
|
193 } |
|
194 |
|
195 // -------------------------------------------------------------------------- |
|
196 // r_wizard_popup_dialog_3 |
|
197 // resource for wizard step 3 |
|
198 // -------------------------------------------------------------------------- |
|
199 RESOURCE DIALOG r_upnp_wizard_popup_dialog_3 |
|
200 { |
|
201 flags = EGeneralQueryFlags; |
|
202 buttons = r_upnp_wizard_softkeys_next_back__select; |
|
203 |
|
204 items = |
|
205 { |
|
206 DLG_LINE |
|
207 { |
|
208 type = EAknCtQuery; |
|
209 id = EGeneralQuery; |
|
210 control = AVKON_DATA_QUERY |
|
211 { |
|
212 layout = EDataLayout; |
|
213 label = " "; |
|
214 control = EDWIN |
|
215 { |
|
216 width = 5; |
|
217 lines = 1; |
|
218 maxlength = 64; |
|
219 }; |
|
220 }; |
|
221 } |
|
222 }; |
|
223 } |
|
224 |
|
225 RESOURCE TBUF r_upnp_wizard_head_3_text |
|
226 { |
|
227 buf = qtn_iupnp_wizard_head_3; |
|
228 } |
|
229 |
|
230 // -------------------------------------------------------------------------- |
|
231 // r_wizard_popup_dialog_4 |
|
232 // resource for wizard step 4 |
|
233 // -------------------------------------------------------------------------- |
|
234 RESOURCE DIALOG r_upnp_wizard_popup_dialog_4 |
|
235 { |
|
236 flags = EGeneralQueryFlags | |
|
237 EEikDialogFlagNoTitleBar | |
|
238 EEikDialogFlagNoBorder | |
|
239 EEikDialogFlagNoShadow; |
|
240 buttons = r_upnp_wizard_softkeys_next_back__select; |
|
241 |
|
242 items= |
|
243 { |
|
244 DLG_LINE |
|
245 { |
|
246 type = EAknCtPopupHeadingPane; |
|
247 id = EAknMessageQueryHeaderId; |
|
248 control = AVKON_HEADING |
|
249 { |
|
250 bmpfile = ""; |
|
251 }; |
|
252 }, |
|
253 DLG_LINE |
|
254 { |
|
255 type = EAknCtMessageQuery; |
|
256 id = EAknMessageQueryContentId; |
|
257 control = AVKON_MESSAGE_QUERY |
|
258 { |
|
259 }; |
|
260 } |
|
261 }; |
|
262 } |
|
263 |
|
264 RESOURCE TBUF r_upnp_wizard_head_4_text |
|
265 { |
|
266 buf = qtn_iupnp_wizard_head_4; |
|
267 } |
|
268 |
|
269 // -------------------------------------------------------------------------- |
|
270 // r_wizard_popup_dialog_5 |
|
271 // resource for wizard step 5 |
|
272 // -------------------------------------------------------------------------- |
|
273 RESOURCE AVKON_LIST_QUERY r_upnp_wizard_popup_dialog_5 |
|
274 { |
|
275 flags = EGeneralQueryFlags; |
|
276 softkeys = r_upnp_wizard_softkeys_next_back__select; |
|
277 |
|
278 items = |
|
279 { |
|
280 AVKON_LIST_QUERY_DLG_LINE |
|
281 { |
|
282 control = AVKON_LIST_QUERY_CONTROL |
|
283 { |
|
284 listtype = EAknCtSinglePopupMenuListBox; |
|
285 listbox = AVKON_LIST_QUERY_LIST |
|
286 { |
|
287 }; |
|
288 heading = " "; |
|
289 }; |
|
290 } |
|
291 }; |
|
292 } |
|
293 |
|
294 RESOURCE TBUF r_upnp_wizard_head_5_text |
|
295 { |
|
296 buf = qtn_iupnp_wizard_head_5; |
|
297 } |
|
298 |
|
299 // -------------------------------------------------------------------------- |
|
300 // r_wizard_popup_dialog_6 |
|
301 // resource for wizard step 6 |
|
302 // -------------------------------------------------------------------------- |
|
303 RESOURCE DIALOG r_upnp_wizard_popup_dialog_6 |
|
304 { |
|
305 flags = EGeneralQueryFlags | |
|
306 EEikDialogFlagNoTitleBar | |
|
307 EEikDialogFlagNoBorder | |
|
308 EEikDialogFlagNoShadow; |
|
309 buttons = r_upnp_wizard_softkeys_next_back__select; |
|
310 |
|
311 items= |
|
312 { |
|
313 DLG_LINE |
|
314 { |
|
315 type = EAknCtPopupHeadingPane; |
|
316 id = EAknMessageQueryHeaderId; |
|
317 control = AVKON_HEADING |
|
318 { |
|
319 bmpfile = ""; |
|
320 }; |
|
321 }, |
|
322 DLG_LINE |
|
323 { |
|
324 type = EAknCtMessageQuery; |
|
325 id = EAknMessageQueryContentId; |
|
326 control = AVKON_MESSAGE_QUERY |
|
327 { |
|
328 }; |
|
329 } |
|
330 }; |
|
331 } |
|
332 |
|
333 RESOURCE TBUF r_upnp_wizard_head_6_text |
|
334 { |
|
335 buf = qtn_iupnp_wizard_head_6; |
|
336 } |
|
337 |
|
338 //---------------------------------------------------------------------------- |
|
339 // r_upnp_wizard_6_2_text |
|
340 // text for r_upnp_wizard_popup_dialog_6 |
|
341 //---------------------------------------------------------------------------- |
|
342 // |
|
343 RESOURCE TBUF r_upnp_wizard_6_2_text |
|
344 { |
|
345 buf = qtn_iupnp_wizard_6_2; |
|
346 } |
|
347 |
|
348 |
|
349 RESOURCE TBUF r_upnp_wizard_head_7_text |
|
350 { |
|
351 buf = qtn_iupnp_wizard_head_7; |
|
352 } |
|
353 |
|
354 |
|
355 RESOURCE TBUF r_upnp_wizard_head_8_text |
|
356 { |
|
357 buf = qtn_iupnp_wizard_head_8; |
|
358 } |
|
359 |
|
360 //---------------------------------------------------------------------------- |
|
361 // r_upnp_wizard_9a_text |
|
362 // text for r_upnp_wizard_popup_dialog_9a |
|
363 //---------------------------------------------------------------------------- |
|
364 // |
|
365 RESOURCE TBUF r_upnp_wizard_9a_text |
|
366 { |
|
367 buf = qtn_iupnp_wizard_9a_2; |
|
368 } |
|
369 |
|
370 //---------------------------------------------------------------------------- |
|
371 // r_upnp_wizard_9b_text |
|
372 // text for r_upnp_wizard_popup_dialog_9b |
|
373 //---------------------------------------------------------------------------- |
|
374 // |
|
375 RESOURCE TBUF r_upnp_wizard_9b_text |
|
376 { |
|
377 buf = qtn_iupnp_wizard_9b_2; |
|
378 } |
|
379 |
|
380 |
|
381 // -------------------------------------------------------------------------- |
|
382 // r_wizard_popup_dialog_9a |
|
383 // resource for wizard step 9a |
|
384 // -------------------------------------------------------------------------- |
|
385 RESOURCE DIALOG r_upnp_wizard_popup_dialog_9a |
|
386 { |
|
387 flags = EGeneralQueryFlags | |
|
388 EEikDialogFlagNoTitleBar | |
|
389 EEikDialogFlagNoBorder | |
|
390 EEikDialogFlagNoShadow; |
|
391 |
|
392 buttons = r_upnp_wizard_softkeys_done_back__select; |
|
393 |
|
394 items= |
|
395 { |
|
396 DLG_LINE |
|
397 { |
|
398 type = EAknCtPopupHeadingPane; |
|
399 id = EAknMessageQueryHeaderId; |
|
400 control = AVKON_HEADING |
|
401 { |
|
402 bmpfile = ""; |
|
403 }; |
|
404 }, |
|
405 DLG_LINE |
|
406 { |
|
407 type = EAknCtMessageQuery; |
|
408 id = EAknMessageQueryContentId; |
|
409 control = AVKON_MESSAGE_QUERY |
|
410 { |
|
411 }; |
|
412 } |
|
413 }; |
|
414 } |
|
415 |
|
416 RESOURCE TBUF r_upnp_wizard_head_9_text |
|
417 { |
|
418 buf = qtn_iupnp_wizard_head_9; |
|
419 } |
|
420 |
|
421 // -------------------------------------------------------------------------- |
|
422 // r_wizard_popup_dialog_9b |
|
423 // resource for wizard step 9b |
|
424 // -------------------------------------------------------------------------- |
|
425 RESOURCE DIALOG r_upnp_wizard_popup_dialog_9b |
|
426 { |
|
427 flags = EGeneralQueryFlags | |
|
428 EEikDialogFlagNoTitleBar | |
|
429 EEikDialogFlagNoBorder | |
|
430 EEikDialogFlagNoShadow; |
|
431 |
|
432 buttons = r_upnp_wizard_softkeys_done_back__select; |
|
433 |
|
434 items= |
|
435 { |
|
436 DLG_LINE |
|
437 { |
|
438 type = EAknCtPopupHeadingPane; |
|
439 id = EAknMessageQueryHeaderId; |
|
440 control = AVKON_HEADING |
|
441 { |
|
442 bmpfile = ""; |
|
443 }; |
|
444 }, |
|
445 DLG_LINE |
|
446 { |
|
447 type = EAknCtMessageQuery; |
|
448 id = EAknMessageQueryContentId; |
|
449 control = AVKON_MESSAGE_QUERY |
|
450 { |
|
451 }; |
|
452 } |
|
453 }; |
|
454 } |
|
455 |
|
456 //--------------------------------------------------------------------------- |
|
457 // r_upnp_wizard_starting_file_sharing_note |
|
458 // text included from homeconnect.loc |
|
459 // resource for starting filesharing wait note |
|
460 //--------------------------------------------------------------------------- |
|
461 // |
|
462 RESOURCE DIALOG r_upnp_wizard_starting_file_sharing_note |
|
463 { |
|
464 flags = EAknWaitNoteFlags; |
|
465 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
466 items = |
|
467 { |
|
468 DLG_LINE |
|
469 { |
|
470 type = EAknCtNote; |
|
471 id = EGeneralNote; |
|
472 control = AVKON_NOTE |
|
473 { |
|
474 layout = EWaitLayout; |
|
475 singular_label = qtn_iupnp_wait_sharing; |
|
476 imageid = EMbmAvkonQgn_note_progress; |
|
477 imagemask = EMbmAvkonQgn_note_progress_mask; |
|
478 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
479 }; |
|
480 } |
|
481 }; |
|
482 } |
|
483 |
|
484 //--------------------------------------------------------------------------- |
|
485 // r_upnp_wizard_always_ask_text |
|
486 // text for always ask item in iap selection |
|
487 //--------------------------------------------------------------------------- |
|
488 // |
|
489 RESOURCE TBUF r_upnp_wizard_always_ask_text |
|
490 { |
|
491 buf = qtn_iupnp_always_ask; |
|
492 } |
|
493 |
|
494 //--------------------------------------------------------------------------- |
|
495 // r_upnp_wizard_create_new_text |
|
496 // text for create new item in iap selection |
|
497 //--------------------------------------------------------------------------- |
|
498 // |
|
499 RESOURCE TBUF r_upnp_wizard_create_new_text |
|
500 { |
|
501 buf = qtn_iupnp_create_new; |
|
502 } |
|
503 |
|
504 //--------------------------------------------------------------------------- |
|
505 // r_settings_start_sharing_error_text |
|
506 // included from homeconnect.loc |
|
507 // text to infrom used that sharing activation failed |
|
508 //--------------------------------------------------------------------------- |
|
509 // |
|
510 RESOURCE TBUF r_upnp_wizard_start_sharing_error_text |
|
511 { |
|
512 buf = qtn_iupnp_start_sharing_error; |
|
513 } |
|
514 |
|
515 //--------------------------------------------------------------------------- |
|
516 // r_upnp_wizard_4_text |
|
517 // Text for wizard step 4 |
|
518 //--------------------------------------------------------------------------- |
|
519 // |
|
520 RESOURCE TBUF r_upnp_wizard_4_text |
|
521 { |
|
522 buf = qtn_iupnp_wizard_4; |
|
523 } |
|
524 |
|
525 //--------------------------------------------------------------------------- |
|
526 // r_upnp_wizard_iap_turn_sharing_off |
|
527 // note to show if sharing is on when trying to change iap or device name |
|
528 //--------------------------------------------------------------------------- |
|
529 // |
|
530 RESOURCE TBUF r_upnp_wizard_iap_turn_sharing_off |
|
531 { |
|
532 buf = qtn_iupnp_ibu_gallery_connectionactive_note; |
|
533 } |
|
534 |
|
535 //---------------------------------------------------------------------------- |
|
536 // |
|
537 // r_upnp_wizard_updating_content_note_text |
|
538 // |
|
539 //---------------------------------------------------------------------------- |
|
540 // |
|
541 RESOURCE TBUF r_upnp_wizard_updating_content_note_text |
|
542 { |
|
543 buf = qtn_iupnp_wait_updating_content; |
|
544 } |
|
545 |
|
546 //---------------------------------------------------------------------------- |
|
547 // |
|
548 // r_upnp_wizard_updating_content_header |
|
549 // |
|
550 //---------------------------------------------------------------------------- |
|
551 // |
|
552 RESOURCE TBUF r_upnp_wizard_updating_content_header |
|
553 { |
|
554 buf = qtn_iupnp_updating_content_header; |
|
555 } |
|
556 |
|
557 //---------------------------------------------------------------------------- |
|
558 // |
|
559 // r_upnp_wizard_info_query |
|
560 // |
|
561 //---------------------------------------------------------------------------- |
|
562 // |
|
563 RESOURCE DIALOG r_upnp_wizard_info_query |
|
564 { |
|
565 flags = EGeneralQueryFlags | EEikDialogFlagNoTitleBar | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; |
|
566 buttons = R_AVKON_SOFTKEYS_OK_EMPTY; |
|
567 items= |
|
568 { |
|
569 DLG_LINE |
|
570 { |
|
571 type = EAknCtPopupHeadingPane; |
|
572 id = EAknMessageQueryHeaderId; |
|
573 control = AVKON_HEADING |
|
574 { |
|
575 }; |
|
576 }, |
|
577 DLG_LINE |
|
578 { |
|
579 type = EAknCtMessageQuery; |
|
580 id = EAknMessageQueryContentId; |
|
581 control = AVKON_MESSAGE_QUERY |
|
582 { |
|
583 }; |
|
584 } |
|
585 }; |
|
586 } |
|
587 |
|
588 // End of file |
|
589 |