devicediagnostics/diagplugins/diagdatanetworkplugin/data/devdiagdatanetworktestpluginrsc.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 file for DiagDataNetworkTestPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    DGDN // 4 letter ID // this has to be unique for each plugin
       
    22 
       
    23 //  INCLUDES
       
    24 #include <eikon.rh>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.mbg>
       
    28 #include <appinfo.rh>
       
    29 #include <avkon.loc>
       
    30 #include <AvkonIcons.hrh>
       
    31 #include <bldvariant.hrh>
       
    32 #include <uikon.rh>
       
    33 #include  <data_caging_paths_strings.hrh>
       
    34 
       
    35 #include    <diagdatanetworktestplugin.loc>
       
    36 #include	"diagdatanetworktestplugin.hrh"
       
    37 
       
    38 
       
    39 // CONSTANTS
       
    40 
       
    41 //  RESOURCE DEFINITIONS
       
    42 
       
    43 RESOURCE RSS_SIGNATURE
       
    44     {
       
    45     }
       
    46 
       
    47 RESOURCE TBUF
       
    48     {
       
    49     buf="DGDN";
       
    50     }
       
    51 
       
    52 // ---------------------------------------------------------------------------
       
    53 //  r_diag_data_network_test_heading_pane
       
    54 //
       
    55 // The plugin name in the header of the dialog that 
       
    56 // is shown when starting test execution.
       
    57 // ---------------------------------------------------------------------------
       
    58 //
       
    59 RESOURCE TBUF r_diag_data_network_test_heading_pane
       
    60     {
       
    61     buf = qtn_diag_msg_title_data_network;
       
    62     }
       
    63     
       
    64     
       
    65 // ---------------------------------------------------------------------------
       
    66 //  r_diag_data_network_test_info_pane
       
    67 //  The body text of the dialog that is shown when 
       
    68 //  starting test execution.
       
    69 // ---------------------------------------------------------------------------
       
    70 //
       
    71 RESOURCE TBUF r_diag_data_network_test_info_pane
       
    72     {
       
    73     buf = qtn_diag_conf_test_failed_data_coverage;
       
    74     }
       
    75     
       
    76 
       
    77 // ---------------------------------------------------------------------------
       
    78 //  r_diag_data_network_test_title_pane
       
    79 //  The title pane shown when Data network test is running
       
    80 // ---------------------------------------------------------------------------
       
    81 //
       
    82 RESOURCE TBUF r_diag_data_network_test_title_pane
       
    83     {
       
    84     buf = qtn_diag_title_test_data_network;
       
    85     }
       
    86 
       
    87 // ---------------------------------------------------------------------------
       
    88 // r_diag_data_network_test_single_graphic
       
    89 // Plugin name in the suite view listbox.
       
    90 // ---------------------------------------------------------------------------
       
    91 //
       
    92 RESOURCE TBUF r_diag_data_network_test_single_graphic
       
    93     {
       
    94     buf = qtn_diag_lst_test_data_network;
       
    95     }
       
    96 
       
    97 
       
    98 //----------------------------------------------------
       
    99 //  r_diag_data_network_test_single
       
   100 //
       
   101 // Plugin's name in results view
       
   102 //----------------------------------------------------
       
   103 //
       
   104 RESOURCE TBUF r_diag_data_network_test_single
       
   105     {
       
   106     buf = qtn_diag_lst_data_coverage;          
       
   107     }
       
   108     
       
   109     
       
   110 // ADO & Platformization Changes
       
   111 
       
   112 
       
   113 RESOURCE CBA r_cba_datanetwork_group_execution
       
   114 {
       
   115 		buttons =
       
   116 		{
       
   117 			CBA_BUTTON
       
   118 			{
       
   119 					id = EAknSoftkeyOk;
       
   120 					txt = text_softkey_ok;
       
   121 			},
       
   122 			
       
   123 			
       
   124 			CBA_BUTTON
       
   125 			{
       
   126 					id = EDataNetworkTestSkip;
       
   127 					txt = qtn_diag_softk_skip;
       
   128 			}
       
   129 			
       
   130 		};
       
   131 }
       
   132 
       
   133 
       
   134 
       
   135 RESOURCE CBA r_cba_datanetwork_single_execution
       
   136 {
       
   137 		buttons =
       
   138 		{
       
   139 			CBA_BUTTON
       
   140 			{
       
   141 					id = EAknSoftkeyOk;
       
   142 					txt = text_softkey_ok;
       
   143 			},
       
   144 			
       
   145 			
       
   146 			CBA_BUTTON
       
   147 			{
       
   148 					id = EDataNetworkTestCancel;
       
   149 					txt = text_softkey_cancel;
       
   150 			}
       
   151 			
       
   152 		};
       
   153 }
       
   154 
       
   155 
       
   156 RESOURCE DIALOG r_diag_messagequery_title_datanetwork
       
   157 {
       
   158 		flags = EGeneralQueryFlags;
       
   159 		buttons = r_cba_datanetwork_single_execution;
       
   160 		items =
       
   161 		{
       
   162 			DLG_LINE 
       
   163 			{
       
   164 					type = EAknCtPopupHeadingPane;
       
   165 					id = EAknMessageQueryHeaderId;
       
   166 					control = AVKON_HEADING
       
   167                 {
       
   168                 label = qtn_diag_msg_title_data_network;
       
   169                 headinglayout = 0;
       
   170                 };
       
   171 			},
       
   172 			
       
   173 			DLG_LINE
       
   174 			{
       
   175 					type = EAknCtMessageQuery;
       
   176 					id = EAknMessageQueryContentId;
       
   177 					control = AVKON_MESSAGE_QUERY
       
   178 					{
       
   179 							message = qtn_diag_msg_info_data_network;
       
   180 					};
       
   181 					
       
   182 			}
       
   183 		
       
   184 		};
       
   185 
       
   186 }
       
   187 
       
   188 //----------------------------------------------------
       
   189 //  r_datanw_softkeys_stop__cancel
       
   190 //
       
   191 // Buttons shown during the test. Shown when the
       
   192 // test is run as a part of a suite.
       
   193 //----------------------------------------------------
       
   194 //
       
   195 RESOURCE CBA r_datanw_softkeys_stop__cancel
       
   196     {
       
   197     buttons = 
       
   198         {
       
   199        CBA_BUTTON 
       
   200 	        { 
       
   201             id  = EAknSoftkeyEmpty; 
       
   202             txt = text_softkey_empty;
       
   203 	        },
       
   204 
       
   205         CBA_BUTTON 
       
   206 	        { 
       
   207             id  = EDataNetworkTestCancel;      // .hrh 
       
   208             txt = text_softkey_cancel; // .rls or .loc
       
   209 	        } 
       
   210 
       
   211 	
       
   212         };
       
   213     }
       
   214 	
       
   215 //----------------------------------------------------
       
   216 //  r_datanw_plugin_progress_note
       
   217 //
       
   218 //  Plugin progress note
       
   219 //----------------------------------------------------
       
   220 /*
       
   221 RESOURCE DIALOG r_datanw_plugin_progress_note
       
   222     {
       
   223     flags   = EAknProgressNoteFlags;
       
   224     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   225 
       
   226     items =
       
   227         {
       
   228         DLG_LINE
       
   229             {
       
   230             type = EAknCtNote;
       
   231             id   = EGeneralNote;
       
   232 
       
   233             control = AVKON_NOTE
       
   234                 {
       
   235                 layout         = EProgressLayout;
       
   236                 singular_label = qtn_diag_msg_testing_data_coverage;
       
   237                 
       
   238                 imageid = EMbmAvkonQgn_note_progress;
       
   239                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
   240                 };
       
   241             }
       
   242         };
       
   243     }
       
   244 */
       
   245 
       
   246 RESOURCE DIALOG r_datanw_plugin_wait_note
       
   247     {
       
   248     flags = EAknWaitNoteFlags | EEikDialogFlagNotifyEsc;
       
   249     //buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   250 	buttons = r_datanw_softkeys_stop__cancel;
       
   251     items =
       
   252         {
       
   253         DLG_LINE
       
   254             {
       
   255             type = EAknCtNote;
       
   256             id = EYBWaitNoteId;
       
   257             control= AVKON_NOTE 
       
   258                 { 
       
   259                 layout = EWaitLayout;
       
   260                 singular_label = qtn_diag_msg_testing_data_coverage;
       
   261                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   262                 };
       
   263             }
       
   264         };
       
   265     }
       
   266 	
       
   267 //End of File