|
1 /* |
|
2 * Copyright (c) 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 |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 NAME DDAP |
|
20 |
|
21 #include <eikon.rh> |
|
22 |
|
23 #include <avkon.rh> |
|
24 #include <avkon.rsg> |
|
25 |
|
26 #include <appinfo.rh> |
|
27 #include <avkon.loc> |
|
28 #include <avkon.mbg> |
|
29 #include <avkon.rsg> |
|
30 #include <AvkonIcons.hrh> |
|
31 #include <bldvariant.hrh> |
|
32 #include <avkon.hrh> |
|
33 |
|
34 #include <data_caging_paths_strings.hrh> |
|
35 #include <uikon.rh> |
|
36 |
|
37 |
|
38 #include "devdiagapp.hrh" |
|
39 #include <devdiagapp.loc> |
|
40 |
|
41 // --------------------------------------------------------- |
|
42 // |
|
43 // Define the resource file signature |
|
44 // This resource should be empty. |
|
45 // |
|
46 // --------------------------------------------------------- |
|
47 // |
|
48 RESOURCE RSS_SIGNATURE { } |
|
49 |
|
50 // --------------------------------------------------------- |
|
51 // |
|
52 // Default Document Name |
|
53 // |
|
54 // --------------------------------------------------------- |
|
55 // |
|
56 RESOURCE TBUF r_default_document_name { buf=""; } |
|
57 |
|
58 // --------------------------------------------------------- |
|
59 // |
|
60 // Define default menu and CBA key. |
|
61 // |
|
62 // --------------------------------------------------------- |
|
63 // |
|
64 RESOURCE EIK_APP_INFO |
|
65 { |
|
66 menubar = r_dd_menubar_diagnostics_view; |
|
67 cba = r_dd_softkeys_options_back; |
|
68 } |
|
69 |
|
70 RESOURCE TBUF r_gs_diagnostics_view_caption |
|
71 { |
|
72 buf = qtn_diag_diagnostics_title; |
|
73 } |
|
74 |
|
75 |
|
76 |
|
77 RESOURCE TITLE_PANE r_gs_csd_view_title |
|
78 { |
|
79 txt = qtn_diag_diagnostics_title; |
|
80 } |
|
81 |
|
82 |
|
83 RESOURCE CBA r_dd_softkeys_options_back_open |
|
84 { |
|
85 buttons = |
|
86 { |
|
87 CBA_BUTTON |
|
88 { |
|
89 id=EAknSoftkeyOptions; |
|
90 txt = text_softkey_option; |
|
91 }, |
|
92 CBA_BUTTON |
|
93 { |
|
94 id=EAknSoftkeyBack; |
|
95 txt = text_softkey_back; |
|
96 }, |
|
97 CBA_BUTTON |
|
98 { |
|
99 id=EDDCmdOpen; |
|
100 txt = qtn_msk_open; |
|
101 } |
|
102 }; |
|
103 } |
|
104 |
|
105 |
|
106 RESOURCE CBA r_dd_softkeys_options_back |
|
107 { |
|
108 buttons = |
|
109 { |
|
110 CBA_BUTTON |
|
111 { |
|
112 id=EAknSoftkeyOptions; |
|
113 txt = text_softkey_option; |
|
114 }, |
|
115 CBA_BUTTON |
|
116 { |
|
117 id=EAknSoftkeyBack; |
|
118 txt = text_softkey_back; |
|
119 }, |
|
120 CBA_BUTTON |
|
121 { |
|
122 id = EAknSoftkeyContextOptions; |
|
123 txt = text_softkey_option; |
|
124 } |
|
125 |
|
126 }; |
|
127 } |
|
128 |
|
129 RESOURCE AVKON_VIEW r_gs_dd_view |
|
130 { |
|
131 menubar = r_dd_menubar_diagnostics_view; |
|
132 cba = r_dd_softkeys_options_back_open; |
|
133 } |
|
134 |
|
135 RESOURCE AVKON_VIEW r_dd_hw_plugin_view |
|
136 { |
|
137 menubar = r_dd_menubar_hw_plugin; |
|
138 cba = r_dd_softkeys_options_back; |
|
139 } |
|
140 |
|
141 RESOURCE AVKON_VIEW r_dd_connectivity_plugin_view |
|
142 { |
|
143 menubar = r_dd_menubar_connectivity_plugin; |
|
144 cba = r_dd_softkeys_options_back; |
|
145 } |
|
146 |
|
147 RESOURCE AVKON_VIEW r_dd_service_plugin_view |
|
148 { |
|
149 menubar = r_dd_menubar_service_plugin; |
|
150 cba = r_dd_softkeys_options_back; |
|
151 } |
|
152 |
|
153 RESOURCE AVKON_VIEW r_dd_coverage_plugin_view |
|
154 { |
|
155 menubar = r_dd_menubar_coverage_plugin; |
|
156 cba = r_dd_softkeys_options_back; |
|
157 } |
|
158 |
|
159 RESOURCE MENU_BAR r_dd_hw_context_menubar |
|
160 { |
|
161 titles = |
|
162 { |
|
163 MENU_TITLE { menu_pane = r_dd_menupane_hw_context; txt = ""; } |
|
164 }; |
|
165 } |
|
166 |
|
167 RESOURCE MENU_BAR r_dd_connectivity_context_menubar |
|
168 { |
|
169 titles = |
|
170 { |
|
171 MENU_TITLE { menu_pane = r_dd_menupane_connectivity_context; txt = ""; } |
|
172 }; |
|
173 } |
|
174 |
|
175 RESOURCE MENU_BAR r_dd_service_context_menubar |
|
176 { |
|
177 titles = |
|
178 { |
|
179 MENU_TITLE { menu_pane = r_dd_menupane_service_context; txt = ""; } |
|
180 }; |
|
181 } |
|
182 |
|
183 RESOURCE MENU_BAR r_dd_coverage_context_menubar |
|
184 { |
|
185 titles = |
|
186 { |
|
187 MENU_TITLE { menu_pane = r_dd_menupane_coverage_context; txt = ""; } |
|
188 }; |
|
189 } |
|
190 |
|
191 RESOURCE MENU_BAR r_dd_menubar_diagnostics_view |
|
192 { |
|
193 titles = |
|
194 { |
|
195 MENU_TITLE { menu_pane = r_dd_menu_diagnostics_view; txt = ""; } |
|
196 }; |
|
197 } |
|
198 |
|
199 |
|
200 RESOURCE MENU_BAR r_dd_menubar_hw_plugin |
|
201 { |
|
202 titles = |
|
203 { |
|
204 MENU_TITLE { menu_pane = r_dd_menupane_plugin; txt = ""; }, |
|
205 MENU_TITLE { menu_pane = r_dd_menupane_hw_context; txt = ""; } |
|
206 }; |
|
207 } |
|
208 |
|
209 RESOURCE MENU_BAR r_dd_menubar_connectivity_plugin |
|
210 { |
|
211 titles = |
|
212 { |
|
213 MENU_TITLE { menu_pane = r_dd_menupane_plugin; txt = ""; }, |
|
214 MENU_TITLE { menu_pane = r_dd_menupane_connectivity_context; txt = ""; } |
|
215 }; |
|
216 } |
|
217 |
|
218 RESOURCE MENU_BAR r_dd_menubar_service_plugin |
|
219 { |
|
220 titles = |
|
221 { |
|
222 MENU_TITLE { menu_pane = r_dd_menupane_plugin; txt = ""; }, |
|
223 MENU_TITLE { menu_pane = r_dd_menupane_service_context; txt = ""; } |
|
224 }; |
|
225 } |
|
226 |
|
227 RESOURCE MENU_BAR r_dd_menubar_coverage_plugin |
|
228 { |
|
229 titles = |
|
230 { |
|
231 MENU_TITLE { menu_pane = r_dd_menupane_plugin; txt = ""; }, |
|
232 MENU_TITLE { menu_pane = r_dd_menupane_coverage_context; txt = ""; } |
|
233 }; |
|
234 } |
|
235 |
|
236 |
|
237 RESOURCE MENU_PANE r_dd_menupane_plugin |
|
238 { |
|
239 items = |
|
240 { |
|
241 MENU_ITEM { command = EDDMenuCmdMainHelp; txt = qtn_options_help; }, |
|
242 MENU_ITEM { command = EEikCmdExit; txt = qtn_options_exit; } |
|
243 }; |
|
244 } |
|
245 |
|
246 RESOURCE MENU_PANE r_dd_menupane_hw_context |
|
247 { |
|
248 items = |
|
249 { |
|
250 MENU_ITEM { command = EDDCmdPerformSingle; txt = qtn_diag_options_perform_test; }, |
|
251 MENU_ITEM { command = EDDCmdPerformAllHwTests; txt = qtn_diag_options_perform_hardware_tests; } |
|
252 }; |
|
253 } |
|
254 |
|
255 RESOURCE MENU_PANE r_dd_menupane_connectivity_context |
|
256 { |
|
257 items = |
|
258 { |
|
259 MENU_ITEM { command = EDDCmdPerformSingle; txt = qtn_diag_options_perform_test; } |
|
260 // MENU_ITEM { command = EDDCmdPerformAllConnTests; txt = qtn_diag_options_perform_connectivity_tests; } |
|
261 |
|
262 }; |
|
263 } |
|
264 |
|
265 |
|
266 |
|
267 RESOURCE MENU_PANE r_dd_menupane_service_context |
|
268 { |
|
269 items = |
|
270 { |
|
271 MENU_ITEM { command = EDDCmdPerformSingle; txt = qtn_diag_options_perform_test; } |
|
272 // MENU_ITEM { command = EDDCmdPerformAllServiceTests; txt = qtn_diag_options_perform_services_tests; } |
|
273 }; |
|
274 } |
|
275 |
|
276 RESOURCE MENU_PANE r_dd_menupane_coverage_context |
|
277 { |
|
278 items = |
|
279 { |
|
280 MENU_ITEM { command = EDDCmdPerformSingle; txt = qtn_diag_options_perform_test; }, |
|
281 MENU_ITEM { command = EDDCmdPerformAllCoverageTests; txt = qtn_diag_options_perform_coverage_tests; } |
|
282 }; |
|
283 } |
|
284 |
|
285 |
|
286 RESOURCE MENU_PANE r_dd_menu_diagnostics_view |
|
287 { |
|
288 items = |
|
289 { |
|
290 MENU_ITEM { command = EDDCmdOpen; txt = qtn_options_open; }, |
|
291 MENU_ITEM { command = EDDCmdPerformAllTests; txt = qtn_diag_options_perform_all_tests; }, |
|
292 MENU_ITEM { command = EDDMenuCmdMainHelp; txt = qtn_options_help; }, |
|
293 MENU_ITEM { command = EEikCmdExit; txt = qtn_options_exit; } |
|
294 |
|
295 }; |
|
296 } |
|
297 |
|
298 |
|
299 RESOURCE DIALOG r_message_query_perform_all_hw_tests |
|
300 { |
|
301 flags = EGeneralQueryFlags; |
|
302 buttons = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
303 items= |
|
304 { |
|
305 DLG_LINE |
|
306 { |
|
307 type = EAknCtPopupHeadingPane; |
|
308 id = EAknMessageQueryHeaderId; |
|
309 control = AVKON_HEADING |
|
310 { |
|
311 label = qtn_diag_msg_title_perform_all_hardware_tests; |
|
312 headinglayout = 0; |
|
313 }; |
|
314 }, |
|
315 DLG_LINE |
|
316 { |
|
317 type = EAknCtMessageQuery; |
|
318 id = EAknMessageQueryContentId; |
|
319 control = AVKON_MESSAGE_QUERY |
|
320 { |
|
321 message = qtn_diag_msg_perform_all_hardware_tests; |
|
322 }; |
|
323 } |
|
324 }; |
|
325 } |
|
326 |
|
327 RESOURCE DIALOG r_message_query_perform_all_tests |
|
328 { |
|
329 flags = EGeneralQueryFlags; |
|
330 buttons = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
331 items= |
|
332 { |
|
333 DLG_LINE |
|
334 { |
|
335 type = EAknCtPopupHeadingPane; |
|
336 id = EAknMessageQueryHeaderId; |
|
337 control = AVKON_HEADING |
|
338 { |
|
339 label = qtn_diag_msg_title_perform_all_tests; |
|
340 headinglayout = 0; |
|
341 }; |
|
342 }, |
|
343 DLG_LINE |
|
344 { |
|
345 type = EAknCtMessageQuery; |
|
346 id = EAknMessageQueryContentId; |
|
347 control = AVKON_MESSAGE_QUERY |
|
348 { |
|
349 message = qtn_diag_msg_perform_all_tests; |
|
350 }; |
|
351 } |
|
352 }; |
|
353 } |
|
354 |
|
355 |
|
356 RESOURCE DIALOG r_message_query_perform_all_coverage_tests |
|
357 { |
|
358 flags = EGeneralQueryFlags; |
|
359 buttons = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
360 items= |
|
361 { |
|
362 DLG_LINE |
|
363 { |
|
364 type = EAknCtPopupHeadingPane; |
|
365 id = EAknMessageQueryHeaderId; |
|
366 control = AVKON_HEADING |
|
367 { |
|
368 label = qtn_diag_msg_title_perform_all_coverage_tests; |
|
369 headinglayout = 0; |
|
370 }; |
|
371 }, |
|
372 DLG_LINE |
|
373 { |
|
374 type = EAknCtMessageQuery; |
|
375 id = EAknMessageQueryContentId; |
|
376 control = AVKON_MESSAGE_QUERY |
|
377 { |
|
378 message = qtn_diag_msg_perform_all_coverage_tests; |
|
379 }; |
|
380 } |
|
381 }; |
|
382 } |
|
383 |
|
384 RESOURCE DIALOG r_devdiag_execute_crashed_test_dialog |
|
385 { |
|
386 flags = EGeneralQueryFlags; |
|
387 buttons = R_AVKON_SOFTKEYS_YES_NO__YES; |
|
388 items = |
|
389 { |
|
390 DLG_LINE |
|
391 { |
|
392 type = EAknCtQuery; |
|
393 id = EGeneralQuery; |
|
394 control = AVKON_CONFIRMATION_QUERY |
|
395 { |
|
396 layout = EConfirmationQueryLayout; |
|
397 animation = R_QGN_NOTE_QUERY_ANIM; |
|
398 }; |
|
399 } |
|
400 }; |
|
401 } |
|
402 |
|
403 RESOURCE DIALOG r_devdiag_execute_crashed_test_messagequery_dialog |
|
404 { |
|
405 flags = EGeneralQueryFlags; |
|
406 buttons = R_AVKON_SOFTKEYS_YES_NO__YES; |
|
407 items= |
|
408 { |
|
409 DLG_LINE |
|
410 { |
|
411 type = EAknCtPopupHeadingPane; |
|
412 id = EAknMessageQueryHeaderId; |
|
413 control = AVKON_HEADING |
|
414 { |
|
415 headinglayout = 0; |
|
416 }; |
|
417 }, |
|
418 DLG_LINE |
|
419 { |
|
420 type = EAknCtMessageQuery; |
|
421 id = EAknMessageQueryContentId; |
|
422 control = AVKON_MESSAGE_QUERY |
|
423 { |
|
424 }; |
|
425 } |
|
426 }; |
|
427 } |
|
428 |
|
429 |
|
430 RESOURCE DIALOG r_devdiag_failed_tests_messagequery_dialog |
|
431 { |
|
432 flags = EGeneralQueryFlags; |
|
433 buttons = R_AVKON_SOFTKEYS_OK_EMPTY; |
|
434 items= |
|
435 { |
|
436 DLG_LINE |
|
437 { |
|
438 type = EAknCtPopupHeadingPane; |
|
439 id = EAknMessageQueryHeaderId; |
|
440 control = AVKON_HEADING |
|
441 { |
|
442 label = qtn_diag_msg_title_test_results; |
|
443 headinglayout = 0; |
|
444 }; |
|
445 }, |
|
446 DLG_LINE |
|
447 { |
|
448 type = EAknCtMessageQuery; |
|
449 id = EAknMessageQueryContentId; |
|
450 control = AVKON_MESSAGE_QUERY |
|
451 { |
|
452 }; |
|
453 } |
|
454 }; |
|
455 } |
|
456 |
|
457 // --------------------------------------------------------------------------- |
|
458 // r_dev_diag_preparing_wait_note |
|
459 // The dialog to inform the user that loading of the plug-ins takes some time. |
|
460 // --------------------------------------------------------------------------- |
|
461 // |
|
462 RESOURCE DIALOG r_dev_diag_preparing_wait_note |
|
463 { |
|
464 flags = EAknWaitNoteFlags; |
|
465 buttons = R_AVKON_SOFTKEYS_EMPTY; |
|
466 items = |
|
467 { |
|
468 DLG_LINE |
|
469 { |
|
470 type = EAknCtNote; |
|
471 id = EDevDiagApplicationWaitNote; |
|
472 control = AVKON_NOTE |
|
473 { |
|
474 layout = EWaitLayout; |
|
475 singular_label = qtn_diag_wait_note_loading_test; |
|
476 imagefile = "\\resource\\apps\\avkon2.mbm"; |
|
477 imageid = EMbmAvkonQgn_note_progress; |
|
478 imagemask = EMbmAvkonQgn_note_progress_mask; |
|
479 animation = R_QGN_GRAF_WAIT_BAR_ANIM; |
|
480 }; |
|
481 } |
|
482 }; |
|
483 } |
|
484 |
|
485 // ADO & Platformization Changes |
|
486 RESOURCE DIALOG r_message_query_help_note |
|
487 { |
|
488 flags = EGeneralQueryFlags; |
|
489 buttons = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
490 items= |
|
491 { |
|
492 DLG_LINE |
|
493 { |
|
494 type = EAknCtPopupHeadingPane; |
|
495 id = EAknMessageQueryHeaderId; |
|
496 control = AVKON_HEADING |
|
497 { |
|
498 label = qtn_diag_msg_title_help; |
|
499 headinglayout = 0; |
|
500 }; |
|
501 }, |
|
502 DLG_LINE |
|
503 { |
|
504 type = EAknCtMessageQuery; |
|
505 id = EAknMessageQueryContentId; |
|
506 control = AVKON_MESSAGE_QUERY |
|
507 { |
|
508 message = qtn_diag_msg_help; |
|
509 }; |
|
510 } |
|
511 }; |
|
512 } |
|
513 |
|
514 // changes ends |
|
515 |
|
516 // --------------------------------------------------------------------------- |
|
517 // r_devdiag_low_disk_dialog |
|
518 // The dialog to inform the user that they do not have enough disk space to |
|
519 // run tests at this time. |
|
520 // --------------------------------------------------------------------------- |
|
521 // |
|
522 RESOURCE DIALOG r_devdiag_low_disk_dialog |
|
523 { |
|
524 flags = EGeneralQueryFlags; |
|
525 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
526 items = |
|
527 { |
|
528 DLG_LINE |
|
529 { |
|
530 type = EAknCtPopupHeadingPane; |
|
531 id = EAknMessageQueryHeaderId; |
|
532 control = AVKON_HEADING |
|
533 { |
|
534 label = qtn_diag_err_title_memory_low; |
|
535 headinglayout = 0; |
|
536 }; |
|
537 }, |
|
538 DLG_LINE |
|
539 { |
|
540 type = EAknCtMessageQuery; |
|
541 id = EAknMessageQueryContentId; |
|
542 control = AVKON_MESSAGE_QUERY |
|
543 { |
|
544 message = qtn_diag_err_memory_low; |
|
545 }; |
|
546 } |
|
547 }; |
|
548 } |
|
549 |
|
550 // --------------------------------------------------------------------------- |
|
551 // r_devdiag_low_battery_dialog |
|
552 // The dialog to inform the user that they do not have enough battery to run |
|
553 // tests at this time. |
|
554 // --------------------------------------------------------------------------- |
|
555 // |
|
556 RESOURCE DIALOG r_devdiag_low_battery_dialog |
|
557 { |
|
558 flags = EGeneralQueryFlags; |
|
559 buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK; |
|
560 items = |
|
561 { |
|
562 DLG_LINE |
|
563 { |
|
564 type = EAknCtPopupHeadingPane; |
|
565 id = EAknMessageQueryHeaderId; |
|
566 control = AVKON_HEADING |
|
567 { |
|
568 label = qtn_diag_err_title_battery_low; |
|
569 headinglayout = 0; |
|
570 }; |
|
571 }, |
|
572 DLG_LINE |
|
573 { |
|
574 type = EAknCtMessageQuery; |
|
575 id = EAknMessageQueryContentId; |
|
576 control = AVKON_MESSAGE_QUERY |
|
577 { |
|
578 message = qtn_diag_err_battery_low; |
|
579 }; |
|
580 } |
|
581 }; |
|
582 } |
|
583 |
|
584 |
|
585 // --------------------------------------------------------------------------- |
|
586 // r_devdiag_cancel_list_query |
|
587 // Query cancel mode from the user. It is possible to cancel one or all tests. |
|
588 // --------------------------------------------------------------------------- |
|
589 // |
|
590 RESOURCE AVKON_LIST_QUERY r_devdiag_cancel_list_query |
|
591 { |
|
592 flags = EGeneralQueryFlags; |
|
593 softkeys = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
594 items = |
|
595 { |
|
596 AVKON_LIST_QUERY_DLG_LINE |
|
597 { |
|
598 control = AVKON_LIST_QUERY_CONTROL |
|
599 { |
|
600 listtype = EAknCtSinglePopupMenuListBox; |
|
601 listbox = AVKON_LIST_QUERY_LIST |
|
602 { |
|
603 array_id = r_devdiag_cancel_listquery_options; |
|
604 }; |
|
605 heading = qtn_diag_list_query_cancel; |
|
606 }; |
|
607 } |
|
608 }; |
|
609 } |
|
610 |
|
611 |
|
612 // --------------------------------------------------------------------------- |
|
613 // r_devdiag_cancel_listquery_options |
|
614 // Cancel option texts. |
|
615 // --------------------------------------------------------------------------- |
|
616 // |
|
617 RESOURCE ARRAY r_devdiag_cancel_listquery_options |
|
618 { |
|
619 items = |
|
620 { |
|
621 LBUF {txt = qtn_diag_list_query_cancel_selected; }, |
|
622 LBUF {txt = qtn_diag_list_query_cancel_rest; } |
|
623 }; |
|
624 } |
|
625 |
|
626 |
|
627 // --------------------------------------------------------------------------- |
|
628 // r_devdiag_cancel_list_query |
|
629 // Query skip mode from the user. It is possible to skip one or all tests. |
|
630 // --------------------------------------------------------------------------- |
|
631 // |
|
632 RESOURCE AVKON_LIST_QUERY r_devdiag_skip_list_query |
|
633 { |
|
634 flags = EGeneralQueryFlags; |
|
635 softkeys = R_AVKON_SOFTKEYS_OK_CANCEL; |
|
636 items = |
|
637 { |
|
638 AVKON_LIST_QUERY_DLG_LINE |
|
639 { |
|
640 control = AVKON_LIST_QUERY_CONTROL |
|
641 { |
|
642 listtype = EAknCtSinglePopupMenuListBox; |
|
643 listbox = AVKON_LIST_QUERY_LIST |
|
644 { |
|
645 array_id = r_devdiag_skip_listquery_options; |
|
646 }; |
|
647 heading = qtn_diag_list_query_skip; |
|
648 }; |
|
649 } |
|
650 }; |
|
651 } |
|
652 |
|
653 |
|
654 // --------------------------------------------------------------------------- |
|
655 // r_devdiag_skip_listquery_options |
|
656 // Skip option texts. |
|
657 // --------------------------------------------------------------------------- |
|
658 // |
|
659 RESOURCE ARRAY r_devdiag_skip_listquery_options |
|
660 { |
|
661 items = |
|
662 { |
|
663 LBUF {txt = qtn_diag_list_query_skip_selected; }, |
|
664 LBUF {txt = qtn_diag_list_query_skip_rest; } |
|
665 }; |
|
666 } |
|
667 |
|
668 RESOURCE TBUF r_diag_title_hardware { buf = qtn_diag_title_hardware; } |
|
669 |
|
670 RESOURCE TBUF r_diag_title_connectivity { buf = qtn_diag_title_connectivity; } |
|
671 |
|
672 RESOURCE TBUF r_diag_title_service { buf = qtn_diag_title_services; } |
|
673 |
|
674 RESOURCE TBUF r_diag_title_coverage { buf = qtn_diag_title_coverage; } |
|
675 |
|
676 RESOURCE TBUF r_diag_list_not_performed { buf = qtn_diag_list_not_performed; } |
|
677 |
|
678 RESOURCE TBUF r_diag_lst_test_pass { buf = qtn_diag_lst_test_pass; } |
|
679 |
|
680 RESOURCE TBUF r_diag_lst_test_failed { buf = qtn_diag_lst_test_failed; } |
|
681 |
|
682 RESOURCE TBUF r_diag_lst_test_ongoing { buf = qtn_diag_lst_test_ongoing; } |
|
683 |
|
684 RESOURCE TBUF r_diag_conf_test_passed { buf = qtn_diag_conf_test_passed; } |
|
685 |
|
686 RESOURCE TBUF r_diag_conf_test_failed { buf = qtn_diag_conf_test_failed; } |
|
687 |
|
688 RESOURCE TBUF r_diag_conf_query_after_crash { buf = qtn_diag_conf_query_after_crash; } |
|
689 // ADO ,Platformization & UI Spec Changes |
|
690 RESOURCE TBUF r_diag_conf_test_passed_1 { buf = qtn_diag_conf_test_passed_1; } |
|
691 |
|
692 RESOURCE TBUF r_diag_conf_test_failed_1 { buf = qtn_diag_conf_test_failed_1; } |