devicediagnostics/diagplugins/diagnetcoverageplugin/data/devdiagnetcoveragepluginrsc.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 DiagNetCoveragePlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  RESOURCE IDENTIFIER
       
    21 NAME    DGNC // 4 letter ID
       
    22 
       
    23 //  INCLUDES
       
    24 #include    "diagnetcoverageplugin.hrh"
       
    25 #include    <diagnetcoverageplugin.loc>
       
    26 
       
    27 #include    <avkon.loc>
       
    28 #include    <avkon.mbg>
       
    29 #include    <avkon.rsg>
       
    30 #include    <AvkonIcons.hrh>
       
    31 #include    <bldvariant.hrh>
       
    32 #include    <data_caging_paths_strings.hrh>
       
    33 #include    <eikcore.rsg>
       
    34 #include    <eikon.rsg>
       
    35 #include    <uikon.rh>
       
    36 // ADO & Platformization Changes
       
    37 #include <eikon.rh>
       
    38 #include <avkon.rh>
       
    39 
       
    40 // CONSTANTS
       
    41 
       
    42 //  RESOURCE DEFINITIONS
       
    43 
       
    44 RESOURCE RSS_SIGNATURE
       
    45     {
       
    46     }
       
    47 
       
    48 RESOURCE TBUF
       
    49     {
       
    50     buf="DGNC";
       
    51     }
       
    52 
       
    53 //----------------------------------------------------
       
    54 //  r_diag_net_coverage_plugin_name
       
    55 //
       
    56 // Network Coverage Plugin caption 
       
    57 //----------------------------------------------------
       
    58 //
       
    59 RESOURCE TBUF r_diag_net_coverage_plugin_name
       
    60     {
       
    61     buf = qtn_diag_lst_network_coverage;
       
    62     }
       
    63 
       
    64 //----------------------------------------------------
       
    65 //  r_qtn_diag_lst_test_voice_network
       
    66 //
       
    67 // Network Coverage Plugin caption 
       
    68 //----------------------------------------------------
       
    69 //
       
    70 RESOURCE TBUF r_qtn_diag_lst_test_voice_network
       
    71     {
       
    72     buf = qtn_diag_lst_test_voice_network;
       
    73     }
       
    74 
       
    75 //----------------------------------------------------
       
    76 //  r_qtn_diag_msg_title_voice_network
       
    77 //
       
    78 // Network Coverage Plugin caption 
       
    79 //----------------------------------------------------
       
    80 //    
       
    81 RESOURCE TBUF r_qtn_diag_msg_title_voice_network
       
    82     {
       
    83     buf = qtn_diag_msg_title_network_coverage;
       
    84     }
       
    85 
       
    86 //----------------------------------------------------
       
    87 //  r_qtn_diag_msg_info_voice_network
       
    88 //
       
    89 // Network Coverage Plugin caption 
       
    90 //----------------------------------------------------
       
    91 //
       
    92 RESOURCE TBUF r_qtn_diag_msg_info_voice_network
       
    93     {
       
    94     buf = qtn_diag_conf_test_failed_network_coverage;
       
    95     }
       
    96 
       
    97 //----------------------------------------------------
       
    98 //  r_qtn_diag_title_test_voice_network
       
    99 //
       
   100 // Network Coverage Plugin caption 
       
   101 //----------------------------------------------------
       
   102 //
       
   103 RESOURCE TBUF r_qtn_diag_title_test_voice_network
       
   104     {
       
   105     buf = qtn_diag_title_test_voice_network;
       
   106     }
       
   107     
       
   108 
       
   109 // ADO & Platformization Changes
       
   110 
       
   111 RESOURCE DIALOG r_diag_messagequery_title_netcoverage
       
   112 {
       
   113 		flags = EGeneralQueryFlags;
       
   114 		buttons = r_cba_netcoverage_single_execution;
       
   115 		items =
       
   116 		{
       
   117 			DLG_LINE 
       
   118 			{
       
   119 					type = EAknCtPopupHeadingPane;
       
   120 					id = EAknMessageQueryHeaderId;
       
   121 					control = AVKON_HEADING
       
   122                 {
       
   123                 label = qtn_diag_msg_title_network_coverage;
       
   124                 headinglayout = 0;
       
   125                 };
       
   126 			},
       
   127 			
       
   128 			DLG_LINE
       
   129 			{
       
   130 					type = EAknCtMessageQuery;
       
   131 					id = EAknMessageQueryContentId;
       
   132 					control = AVKON_MESSAGE_QUERY
       
   133 					{
       
   134 							message = qtn_diag_msg_info_network_coverage;
       
   135 					};
       
   136 					
       
   137 			}
       
   138 		
       
   139 		};
       
   140 
       
   141 }
       
   142 
       
   143 
       
   144 RESOURCE CBA r_cba_netcoverage_group_execution
       
   145 {
       
   146 		buttons =
       
   147 		{
       
   148 			CBA_BUTTON
       
   149 			{
       
   150 					id = EAknSoftkeyOk;
       
   151 					txt = text_softkey_ok;
       
   152 			},
       
   153 			
       
   154 			
       
   155 			CBA_BUTTON
       
   156 			{
       
   157 					id = ENetcoverageTestSkip;
       
   158 					txt = qtn_diag_softk_skip;
       
   159 			}
       
   160 			
       
   161 		};
       
   162 }
       
   163 
       
   164 
       
   165 
       
   166 RESOURCE CBA r_cba_netcoverage_single_execution
       
   167 {
       
   168 		buttons =
       
   169 		{
       
   170 			CBA_BUTTON
       
   171 			{
       
   172 					id = EAknSoftkeyOk;
       
   173 					txt = text_softkey_ok;
       
   174 			},
       
   175 			
       
   176 			
       
   177 			CBA_BUTTON
       
   178 			{
       
   179 					id = ENetcoverageTestCancel;
       
   180 					txt = text_softkey_cancel;
       
   181 			}
       
   182 			
       
   183 		};
       
   184 }
       
   185 
       
   186 //----------------------------------------------------
       
   187 //  r_network_softkeys_empty__cancel
       
   188 //
       
   189 // Buttons shown during the test. Shown when the
       
   190 // test is run as a part of a suite.
       
   191 //----------------------------------------------------
       
   192 //
       
   193 RESOURCE CBA r_network_softkeys_empty__cancel
       
   194     {
       
   195     buttons = 
       
   196         {
       
   197        CBA_BUTTON 
       
   198 	        { 
       
   199             id  = EAknSoftkeyEmpty; 
       
   200             txt = text_softkey_empty;
       
   201 	        },
       
   202 
       
   203         CBA_BUTTON 
       
   204 	        { 
       
   205             id  = ENetcoverageTestCancel;      // .hrh 
       
   206             txt = text_softkey_cancel; // .rls or .loc
       
   207 	        } 
       
   208 
       
   209 	
       
   210         };
       
   211     }
       
   212 	
       
   213 RESOURCE DIALOG r_network_plugin_wait_note
       
   214     {
       
   215     flags = EAknWaitNoteFlags | EEikDialogFlagNotifyEsc;
       
   216     buttons = r_network_softkeys_empty__cancel;
       
   217     items =
       
   218         {
       
   219         DLG_LINE
       
   220             {
       
   221             type = EAknCtNote;
       
   222             id = EYBWaitNoteId;
       
   223             control= AVKON_NOTE 
       
   224                 { 
       
   225                 layout = EWaitLayout;
       
   226                 singular_label = qtn_diag_msg_testing_network_coverage;
       
   227                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   228                 };
       
   229             }
       
   230         };
       
   231     }
       
   232 	
       
   233 //End of File