devicediagnostics/diagplugins/diagbrowserplugin/data/devdiagbrowserpluginrsc.rss
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     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 definitions for project Browser Test.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Resource Name Identifier
       
    20 NAME DBTP
       
    21 
       
    22 // Include Files
       
    23 #include    <AvkonIcons.hrh> // ADO & Platformization Changes
       
    24 #include <eikon.rh>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.loc> // ADO & Platformization Changes
       
    27 #include <avkon.mbg>
       
    28 #include <avkon.rsg>
       
    29 
       
    30 #include    <eikcore.rsg>
       
    31 #include    <eikon.rsg>
       
    32 
       
    33 #include    <data_caging_paths_strings.hrh> // changes ends
       
    34 #include <diagbrowserplugin.loc>
       
    35 
       
    36 #include "diagbrowserplugin.hrh"   // ADO & Platformization Changes
       
    37 
       
    38 // Resource Identifiers
       
    39 RESOURCE RSS_SIGNATURE { }
       
    40 RESOURCE TBUF { buf="DBTP"; }
       
    41 
       
    42 // ========================== RESOURCE DEFINITIONS ===========================
       
    43 
       
    44 // ---------------------------------------------------------------------------
       
    45 // r_diag_browser_heading_pane
       
    46 // The test's name in the header of the dialog that is shown when starting
       
    47 // test execution.
       
    48 // ---------------------------------------------------------------------------
       
    49 //
       
    50 RESOURCE TBUF r_diag_browser_heading_pane
       
    51     {
       
    52     buf = qtn_diag_msg_title_browser;
       
    53     }
       
    54 
       
    55 // ---------------------------------------------------------------------------
       
    56 // r_diag_browser_popup_info_pane
       
    57 // ---------------------------------------------------------------------------
       
    58 //
       
    59 RESOURCE TBUF r_diag_browser_popup_info_pane
       
    60     {
       
    61     buf = qtn_diag_conf_test_failed_browser;
       
    62     }
       
    63 
       
    64 // ---------------------------------------------------------------------------
       
    65 // r_diag_browser_title_pane
       
    66 // The title pane shown when the browser test is running.
       
    67 // ---------------------------------------------------------------------------
       
    68 //
       
    69 RESOURCE TBUF r_diag_browser_title_pane
       
    70     {
       
    71     buf = qtn_diag_title_test_browser;
       
    72     }
       
    73 
       
    74 // ---------------------------------------------------------------------------
       
    75 // r_diag_browser_list_single_graphic
       
    76 // Test name in the suite view listbox.
       
    77 // ---------------------------------------------------------------------------
       
    78 //
       
    79 RESOURCE TBUF r_diag_browser_list_single_graphic
       
    80     {
       
    81     buf = qtn_diag_lst_test_browser;
       
    82     }
       
    83 
       
    84 // ---------------------------------------------------------------------------
       
    85 // r_diag_browser_list_single
       
    86 // The test's name in the results view.
       
    87 // ---------------------------------------------------------------------------
       
    88 //
       
    89 RESOURCE TBUF r_diag_browser_list_single
       
    90     {
       
    91     buf = qtn_diag_lst_browser;
       
    92     }
       
    93     
       
    94 // ADO & Platformization Changes
       
    95 
       
    96 
       
    97 RESOURCE CBA r_cba_browser_single_execution
       
    98 {
       
    99 		buttons =
       
   100 		{
       
   101 			CBA_BUTTON
       
   102 			{
       
   103 					id = EAknSoftkeyOk;
       
   104 					txt = text_softkey_ok;
       
   105 			},
       
   106 			
       
   107 			
       
   108 			CBA_BUTTON
       
   109 			{
       
   110 					id = EBrowserTestCancel;
       
   111 					txt = text_softkey_cancel;
       
   112 			}
       
   113 			
       
   114 		};
       
   115 }
       
   116 
       
   117 
       
   118 RESOURCE CBA r_cba_browser_group_execution
       
   119 {
       
   120 		buttons =
       
   121 		{
       
   122 			CBA_BUTTON
       
   123 			{
       
   124 					id = EAknSoftkeyOk;
       
   125 					txt = text_softkey_ok;
       
   126 			},
       
   127 			
       
   128 			
       
   129 			CBA_BUTTON
       
   130 			{
       
   131 					id = EBrowserTestSkip;
       
   132 					txt = qtn_diag_softk_skip;
       
   133 			}
       
   134 			
       
   135 		};
       
   136 }
       
   137 
       
   138 
       
   139 RESOURCE DIALOG r_diag_messagequery_title_browsertest
       
   140 {
       
   141 		flags = EGeneralQueryFlags;
       
   142 		buttons = r_cba_browser_single_execution;
       
   143 		items =
       
   144 		{
       
   145 			DLG_LINE 
       
   146 			{
       
   147 					type = EAknCtPopupHeadingPane;
       
   148 					id = EAknMessageQueryHeaderId;
       
   149 					control = AVKON_HEADING
       
   150                 {
       
   151                 label = qtn_diag_msg_title_browser;
       
   152                 headinglayout = 0;
       
   153                 };
       
   154 			},
       
   155 			
       
   156 			DLG_LINE
       
   157 			{
       
   158 					type = EAknCtMessageQuery;
       
   159 					id = EAknMessageQueryContentId;
       
   160 					control = AVKON_MESSAGE_QUERY
       
   161 					{
       
   162 							message = qtn_diag_msg_info_browser;
       
   163 					};
       
   164 					
       
   165 			}
       
   166 		
       
   167 		};
       
   168 
       
   169 }
       
   170 //----------------------------------------------------
       
   171 //  r_browser_softkeys_stop__cancel
       
   172 //
       
   173 // Buttons shown during the test. Shown when the
       
   174 // test is run as a part of a suite.
       
   175 //----------------------------------------------------
       
   176 //
       
   177 RESOURCE CBA r_browser_softkeys_stop__cancel
       
   178     {
       
   179     buttons = 
       
   180         {
       
   181        CBA_BUTTON 
       
   182 	        { 
       
   183             id  = EAknSoftkeyEmpty; 
       
   184             txt = text_softkey_empty;
       
   185 	        },
       
   186 
       
   187         CBA_BUTTON 
       
   188 	        { 
       
   189             id  = EBrowserTestCancel;      // .hrh 
       
   190             txt = text_softkey_cancel; // .rls or .loc
       
   191 	        } 
       
   192 
       
   193 	
       
   194         };
       
   195     }
       
   196 
       
   197 RESOURCE DIALOG r_browser_plugin_wait_note
       
   198     {
       
   199     flags = EAknWaitNoteFlags | EEikDialogFlagNotifyEsc;
       
   200     buttons = r_browser_softkeys_stop__cancel;
       
   201     items =
       
   202         {
       
   203         DLG_LINE
       
   204             {
       
   205             type = EAknCtNote;
       
   206             id = EYBWaitNoteId;
       
   207             control= AVKON_NOTE 
       
   208                 { 
       
   209                 layout = EWaitLayout;
       
   210                 singular_label = qtn_diag_msg_testing_browser;
       
   211                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   212                 };
       
   213             }
       
   214         };
       
   215     }
       
   216 	
       
   217 // End of File