gssettingsuis/Gs/GSGenPlugin/data/gsgenpluginrsc.rss
changeset 68 13e71d907dc3
equal deleted inserted replaced
40:6465d5bb863a 68:13e71d907dc3
       
     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 GSGenPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    GENE // 4 letter ID
       
    21 
       
    22 //  INCLUDES
       
    23 #include    <gsgenplugin.loc>
       
    24 #include    <avkon.loc>
       
    25 #include    <avkon.mbg>
       
    26 #include    <avkon.rsg>
       
    27 #include    <bldvariant.hrh>
       
    28 #include    <data_caging_paths_strings.hrh>
       
    29 #include    <eikcore.rsg>
       
    30 #include    <eikon.rsg>
       
    31 #include    <uikon.rh>
       
    32 #include    <gsapp.rsg>
       
    33 
       
    34 
       
    35 // CONSTANTS
       
    36 
       
    37 //  RESOURCE DEFINITIONS
       
    38 
       
    39 //----------------------------------------------------
       
    40 //
       
    41 //
       
    42 //    Needed or loading the resource fails!
       
    43 //
       
    44 //----------------------------------------------------
       
    45 //
       
    46 RESOURCE RSS_SIGNATURE
       
    47     {
       
    48     }
       
    49 
       
    50 // Common resources among GS
       
    51 #include    "gscommonresources.rss"
       
    52 
       
    53 //----------------------------------------------------
       
    54 //
       
    55 //    r_gs_gen_view
       
    56 //    General settings view.
       
    57 //
       
    58 //----------------------------------------------------
       
    59 //
       
    60 RESOURCE AVKON_VIEW r_gs_gen_view
       
    61     {
       
    62     menubar = r_gs_menubar_open_exit;
       
    63     cba = R_GS_SOFTKEYS_OPTIONS_BACK_OPEN;
       
    64     }
       
    65 
       
    66 
       
    67 //----------------------------------------------------
       
    68 //
       
    69 //    r_gs_gen_view_title
       
    70 //    General settings view title.
       
    71 //
       
    72 //----------------------------------------------------
       
    73 //
       
    74 RESOURCE TITLE_PANE r_gs_gen_view_title
       
    75     {
       
    76     #ifdef RD_CONTROL_PANEL
       
    77         txt = qtn_cp_title_device;
       
    78     #else //RD_CONTROL_PANEL
       
    79         txt = qtn_set_title_settings_general;
       
    80     #endif //RD_CONTROL_PANEL
       
    81     }
       
    82 
       
    83 
       
    84 //----------------------------------------------------
       
    85 //  r_gs_gen_view_caption
       
    86 //
       
    87 // gen view caption for plugin
       
    88 //----------------------------------------------------
       
    89 //
       
    90 RESOURCE TBUF r_gs_gen_view_caption
       
    91     {
       
    92     #ifdef RD_CONTROL_PANEL
       
    93         buf = qtn_cp_folder_device;
       
    94     #else //RD_CONTROL_PANEL
       
    95         buf = qtn_set_folder_general;
       
    96     #endif //RD_CONTROL_PANEL
       
    97     }
       
    98 
       
    99 
       
   100 
       
   101 // End of file