devicediagnostics/diagplugins/diagexternalmediacardplugin/data/devdiagexternalmediacardpluginrsc.rss
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     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 DiagExternalMediaCardPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    DGMT // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 #include    "diagexternalmediacardplugin.hrh"
       
    24 #include    <diagexternalmediacardplugin.loc>
       
    25 
       
    26 #include    <avkon.loc>
       
    27 #include    <avkon.mbg>
       
    28 #include    <avkon.rsg>
       
    29 #include    <avkon.rh> // ADO & Platformization Changes
       
    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 #include    <eikon.rh>
       
    37 
       
    38 // CONSTANTS
       
    39 
       
    40 //  RESOURCE DEFINITIONS
       
    41 
       
    42 RESOURCE RSS_SIGNATURE
       
    43     {
       
    44     }
       
    45 
       
    46 RESOURCE TBUF
       
    47     {
       
    48     buf="DGMT";
       
    49     }
       
    50 
       
    51 //----------------------------------------------------
       
    52 //  r_diag_external_media_card_plugin_name
       
    53 //
       
    54 // Timer Test Plugin caption 
       
    55 //----------------------------------------------------
       
    56 //
       
    57 RESOURCE TBUF r_diag_external_media_card_plugin_name
       
    58     {
       
    59     buf = qtn_diag_lst_external_memory;
       
    60     }
       
    61 
       
    62 //----------------------------------------------------
       
    63 //  qtn_diag_lst_test_mmc
       
    64 //
       
    65 // External Media Card Plugin Text 
       
    66 //----------------------------------------------------
       
    67 //
       
    68 RESOURCE TBUF r_qtn_diag_lst_test_mmc
       
    69     {
       
    70     buf = qtn_diag_lst_test_mmc;
       
    71     }
       
    72     
       
    73 
       
    74 //----------------------------------------------------
       
    75 //  r_qtn_diag_msg_title_mmc
       
    76 //
       
    77 // External Media Card Plugin Text 
       
    78 //----------------------------------------------------
       
    79 //
       
    80 RESOURCE TBUF r_qtn_diag_msg_title_mmc
       
    81     {
       
    82     buf = qtn_diag_msg_title_mmc;
       
    83     }
       
    84 
       
    85 //----------------------------------------------------
       
    86 //  r_qtn_diag_msg_info_mmc
       
    87 //
       
    88 // External Media Card Plugin Text 
       
    89 //----------------------------------------------------
       
    90 //
       
    91 RESOURCE TBUF r_qtn_diag_msg_info_mmc
       
    92     {
       
    93     buf = qtn_diag_msg_info_mmc;
       
    94     }
       
    95 
       
    96 //----------------------------------------------------
       
    97 //  r_qtn_diag_title_test_external_memory
       
    98 //
       
    99 // External Media Card Plugin Text 
       
   100 //----------------------------------------------------
       
   101 //
       
   102 RESOURCE TBUF r_qtn_diag_title_test_external_memory
       
   103     {
       
   104     buf = qtn_diag_title_test_external_memory;
       
   105     }
       
   106   
       
   107 // ADO & Platformization Changes  
       
   108 
       
   109 RESOURCE CBA r_ext_memory_softkeys_ok_skip
       
   110 {
       
   111 		buttons = 
       
   112 		{
       
   113 				CBA_BUTTON
       
   114 				{
       
   115 						id  = EAknSoftkeyOk; 
       
   116 						txt = text_softkey_ok; 
       
   117 				},
       
   118 				
       
   119 				CBA_BUTTON
       
   120 				{
       
   121 						id 	= ECBACmdSkip;
       
   122 						txt = qtn_diag_softk_skip;
       
   123 				}
       
   124 		};
       
   125 }
       
   126 
       
   127 
       
   128 //----------------------------------------------------
       
   129 // r_ext_memory_softkeys_ok_cancel
       
   130 // CBA for OK_CANCEL
       
   131 //----------------------------------------------------
       
   132 //
       
   133 
       
   134 RESOURCE CBA r_ext_memory_softkeys_ok_cancel
       
   135 {
       
   136 		buttons =
       
   137 		{
       
   138 				CBA_BUTTON
       
   139 				{
       
   140 						id 	= EAknSoftkeyOk;
       
   141 						txt = text_softkey_ok;
       
   142 				},
       
   143 				
       
   144 				CBA_BUTTON
       
   145 				{
       
   146 						id  = ECBACmdCancel;
       
   147 						txt = text_softkey_cancel;
       
   148 				}
       
   149 		};
       
   150 }
       
   151 
       
   152 
       
   153 RESOURCE CBA r_ext_memory_softkeys_yes_no
       
   154 {
       
   155         buttons =
       
   156         {
       
   157                 CBA_BUTTON
       
   158                 {
       
   159                         id  = EAknSoftkeyYes;
       
   160                         txt = text_softkey_yes;
       
   161                 },
       
   162                 
       
   163                 CBA_BUTTON
       
   164                 {
       
   165                         id  = ECBACmdNo ;
       
   166                         txt = text_softkey_no;
       
   167                 }
       
   168         };
       
   169 }
       
   170 
       
   171 
       
   172 RESOURCE DIALOG r_messagequery_title_externalmemory
       
   173 {
       
   174 		flags = EGeneralQueryFlags;
       
   175 		buttons = r_ext_memory_softkeys_ok_cancel;
       
   176 		items =
       
   177 		{
       
   178 				DLG_LINE
       
   179 				{
       
   180 						type = EAknCtPopupHeadingPane;
       
   181 						id = EAknMessageQueryHeaderId;
       
   182 						
       
   183 						control = AVKON_HEADING
       
   184 						{
       
   185 								label = qtn_diag_msg_title_mmc;
       
   186 								headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
   187 						};
       
   188 				},
       
   189 				
       
   190 			 DLG_LINE
       
   191 			 {
       
   192 			 		type = EAknCtMessageQuery;
       
   193 			 		id = EAknMessageQueryContentId;
       
   194 			 		control = AVKON_MESSAGE_QUERY
       
   195 			 		{
       
   196 			 				message = qtn_diag_msg_info_mmc;
       
   197 			 		};
       
   198 			 }
       
   199 		};
       
   200 }
       
   201 
       
   202 
       
   203 
       
   204 
       
   205 RESOURCE DIALOG r_messagequery_no_externalmemory
       
   206 {
       
   207 		flags = EGeneralQueryFlags;
       
   208 		buttons = r_ext_memory_softkeys_yes_no;
       
   209 		items =
       
   210 		{
       
   211 				DLG_LINE
       
   212 				{
       
   213 						type = EAknCtPopupHeadingPane;
       
   214 						id = EAknMessageQueryHeaderId;
       
   215 						
       
   216 						control = AVKON_HEADING
       
   217 						{
       
   218 								label = qtn_diag_msg_title_mmc;
       
   219 								headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE;
       
   220 						};
       
   221 				},
       
   222 				
       
   223 			 DLG_LINE
       
   224 			 {
       
   225 			 		type = EAknCtMessageQuery;
       
   226 			 		id = EAknMessageQueryContentId;
       
   227 			 		control = AVKON_MESSAGE_QUERY
       
   228 			 		{
       
   229 			 				message = qtn_diag_msg_no_mmc;
       
   230 			 		};
       
   231 			 }
       
   232 		};
       
   233 }
       
   234 
       
   235 //----------------------------------------------------
       
   236 //  r_extmem_softkeys_stop__cancel
       
   237 //
       
   238 // Buttons shown during the test. Shown when the
       
   239 // test is run as a part of a suite.
       
   240 //----------------------------------------------------
       
   241 //
       
   242 RESOURCE CBA r_extmem_softkeys_cancel
       
   243     {
       
   244     buttons = 
       
   245         {
       
   246        CBA_BUTTON 
       
   247 	        { 
       
   248             id  = EAknSoftkeyEmpty; 
       
   249             txt = text_softkey_empty;
       
   250 	        },
       
   251 
       
   252         CBA_BUTTON 
       
   253 	        { 
       
   254             id  = ECBACmdCancel;      // .hrh 
       
   255             txt = text_softkey_cancel; // .rls or .loc
       
   256 	        } 
       
   257 
       
   258 	
       
   259         };
       
   260     }
       
   261 	
       
   262 RESOURCE DIALOG r_extmem_plugin_wait_note
       
   263     {
       
   264     flags = EAknWaitNoteFlags | EEikDialogFlagNotifyEsc;
       
   265     //buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   266 	buttons = r_extmem_softkeys_cancel;
       
   267     items =
       
   268         {
       
   269         DLG_LINE
       
   270             {
       
   271             type = EAknCtNote;
       
   272             id = EYBWaitNoteId;
       
   273             control= AVKON_NOTE 
       
   274                 { 
       
   275                 layout = EWaitLayout;
       
   276                 singular_label = qtn_diag_msg_testing_memory_card;
       
   277                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   278                 };
       
   279             }
       
   280         };
       
   281     }
       
   282 	
       
   283 // changes ends
       
   284 //End of File