gssettingsuis/Gs/GSDiagnosticsPlugin/data/GSDiagnosticsPluginRsc.rss
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     1 /*
       
     2 * Copyright (c) 2005 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 GSDiagnosticsPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME        DGPL // 4 letter ID
       
    21 
       
    22 // INCLUDES
       
    23 #include    "GSDiagnosticsPlugin.loc" // OperatorLogo localized strings
       
    24 
       
    25 #include    <data_caging_paths_strings.hrh>
       
    26 #include    <bldvariant.hrh>
       
    27 #include    <avkon.loc> // Avkon localized strings
       
    28 #include    <avkon.mbg>
       
    29 #include    <avkon.rsg>
       
    30 #include    <eikcore.rsg>
       
    31 #include    <uikon.rh>
       
    32 #include    <gsapp.rsg>
       
    33 
       
    34 // CONSTANTS
       
    35 
       
    36 //  RESOURCE DEFINITIONS
       
    37 
       
    38 //----------------------------------------------------
       
    39 //
       
    40 //
       
    41 //    Needed or loading the resource fails!
       
    42 //
       
    43 //----------------------------------------------------
       
    44 //
       
    45 RESOURCE RSS_SIGNATURE
       
    46     {
       
    47     }
       
    48 
       
    49 // Common resources among GS
       
    50 #include    "GSCommonResources.rss"
       
    51 
       
    52 //----------------------------------------------------
       
    53 //
       
    54 //    r_gs_diagnostics_view_title
       
    55 //    Operator logo view's title.
       
    56 //
       
    57 //----------------------------------------------------
       
    58 //
       
    59 RESOURCE TITLE_PANE r_gs_diagnostics_view_title
       
    60     {
       
    61     txt = qtn_set_title_settings_operatorlogo;
       
    62     }
       
    63 
       
    64 //----------------------------------------------------
       
    65 //
       
    66 //    r_gs_diagnostics_plugin_caption
       
    67 //    Operator logo Plugin caption.
       
    68 //
       
    69 //----------------------------------------------------
       
    70 //
       
    71 RESOURCE TBUF r_gs_diagnostics_plugin_caption
       
    72     {
       
    73     buf = qtn_set_diagnostics_caption;
       
    74     }
       
    75 
       
    76 //----------------------------------------------------
       
    77 //
       
    78 //    r_gs_diagnostics_view
       
    79 //    Operator logo view.
       
    80 //
       
    81 //----------------------------------------------------
       
    82 //
       
    83 RESOURCE AVKON_VIEW r_gs_diagnostics_view
       
    84     {
       
    85     menubar = r_gs_menubar_change_exit;
       
    86     cba = R_GS_SOFTKEYS_OPTIONS_BACK_OPEN;
       
    87     }
       
    88 
       
    89 
       
    90 
       
    91 //End of File