defaultapplicationsettings/gsplugin/data/gsdasplugin_rsc.rss
branchRCL_3
changeset 13 90fe62538f66
parent 12 3fec62e6e7fc
child 14 5f281e37a2f5
equal deleted inserted replaced
12:3fec62e6e7fc 13:90fe62538f66
     1 /*
       
     2 * Copyright (c) 2005-2006 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 project General Settings Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 #include    <bldvariant.hrh>
       
    21 #include    <avkon.rh>
       
    22 #include    <avkon.rsg>
       
    23 #include    <avkon.mbg>
       
    24 #include    <eikcore.rsg>
       
    25 #include    <eikon.rh>
       
    26 #include    <eikon.rsg>
       
    27 #include    <avkon.loc>
       
    28 #include    <data_caging_paths_strings.hrh>
       
    29 
       
    30 #include    <gs_das.loc>
       
    31 
       
    32 //  RESOURCE IDENTIFIER
       
    33 NAME    DAGS
       
    34 RESOURCE RSS_SIGNATURE { }
       
    35 RESOURCE TBUF { buf=""; }
       
    36 
       
    37 //  RESOURCE DEFINITIONS 
       
    38 
       
    39 //----------------------------------------------------
       
    40 //   
       
    41 //    r_gs_menubar_change_exit
       
    42 //    Options menu with 'Exit' item.
       
    43 //
       
    44 //----------------------------------------------------
       
    45 //
       
    46 RESOURCE MENU_BAR r_gs_menubar_change_exit
       
    47     {
       
    48     titles =
       
    49         {
       
    50         MENU_TITLE 
       
    51             { 
       
    52             menu_pane = r_gs_menu_item_exit;
       
    53             }
       
    54         };
       
    55     }
       
    56 
       
    57 //----------------------------------------------------
       
    58 //   
       
    59 //    r_gs_menu_item_exit
       
    60 //    Options menu item 'Exit'.
       
    61 //
       
    62 //----------------------------------------------------
       
    63 //
       
    64 RESOURCE MENU_PANE r_gs_menu_item_exit
       
    65     {
       
    66     items =
       
    67         {
       
    68         MENU_ITEM 
       
    69             {
       
    70             command = EAknCmdExit;
       
    71             txt = qtn_options_exit;
       
    72             }
       
    73         };
       
    74     }
       
    75     
       
    76 //----------------------------------------------------
       
    77 //   
       
    78 //    r_gs_example_view_title
       
    79 //    Packet data view's title.
       
    80 //
       
    81 //----------------------------------------------------
       
    82 //
       
    83 RESOURCE TBUF r_gs_defaultapp_caption
       
    84     {
       
    85     buf = qtn_da_gsp_caption;
       
    86     }
       
    87 
       
    88 //----------------------------------------------------
       
    89 //   
       
    90 //    r_gs_defaultapp_view
       
    91 //    Default App plugin view.
       
    92 //
       
    93 //----------------------------------------------------
       
    94 //
       
    95 RESOURCE AVKON_VIEW r_gs_defaultapp_view
       
    96     {
       
    97     menubar = r_gs_menubar_change_exit;
       
    98     cba = R_AVKON_SOFTKEYS_OPTIONS_BACK__SELECT;    
       
    99     }
       
   100 
       
   101 //End of File