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