browserui/operatormenu/data/operatormenu.rss
branchRCL_3
changeset 48 8e6fa1719340
parent 0 84ad3b177aa3
equal deleted inserted replaced
47:6385c4c93049 48:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2002 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 the License "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:  Operatormenu resource file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    OPME // For operator menu
       
    21 
       
    22 //  INCLUDES
       
    23 
       
    24 #include <eikon.rh>
       
    25 #include "operatormenu.hrh"
       
    26 #include <operatormenu.loc>
       
    27 #include <avkon.rsg>
       
    28 #include <avkon.rh>
       
    29 #include <avkon.mbg>
       
    30 #include <apcaptionfile.rh>
       
    31 #include <data_caging_paths_strings.hrh>
       
    32 #include <appinfo.rh>
       
    33 
       
    34 
       
    35 //  CONSTANTS 
       
    36 
       
    37 //  MACROS  
       
    38 
       
    39 //  RESOURCE DEFINITIONS 
       
    40 
       
    41 RESOURCE RSS_SIGNATURE { }
       
    42 
       
    43 RESOURCE TBUF { buf="OperatorMenu"; }
       
    44 
       
    45 RESOURCE EIK_APP_INFO
       
    46     {
       
    47     hotkeys=r_operatormenu_hotkeys;
       
    48     menubar=r_operatormenu_menubar;
       
    49     cba=R_AVKON_SOFTKEYS_OPTIONS_EXIT;     
       
    50     }
       
    51 
       
    52 
       
    53 
       
    54 
       
    55 //----------------------------------------------------
       
    56 //   
       
    57 //    r_operatormenu_localisable_app_info
       
    58 //    ?description
       
    59 //
       
    60 //----------------------------------------------------
       
    61 //
       
    62 RESOURCE LOCALISABLE_APP_INFO r_operatormenu_localisable_app_info
       
    63     {
       
    64     short_caption = qtn_apps_operator_grid;
       
    65     caption_and_icon = 
       
    66     CAPTION_AND_ICON_INFO
       
    67         {
       
    68         caption = qtn_apps_operator_list;
       
    69 
       
    70 #ifdef __SCALABLE_ICONS
       
    71         number_of_icons = 1;
       
    72         icon_file = 
       
    73                 APP_RESOURCE_DIR"\\operatorMenu_aif.mif";
       
    74 #else
       
    75         number_of_icons = 2;
       
    76 
       
    77         icon_file = 
       
    78                 APP_RESOURCE_DIR"\\operatormenu_aif.mbm";
       
    79 
       
    80 #endif  // __SCALABLE_ICONS
       
    81         };
       
    82     }
       
    83 
       
    84 
       
    85 //----------------------------------------------------
       
    86 //   
       
    87 //    r_operatormenu_hotkeys
       
    88 //    Hotkeys for operator menu
       
    89 //
       
    90 //----------------------------------------------------
       
    91 //
       
    92 RESOURCE HOTKEYS r_operatormenu_hotkeys
       
    93     {
       
    94     control=
       
    95         {
       
    96         HOTKEY { command=EAknCmdExit; key='e'; }
       
    97         };
       
    98     }
       
    99 
       
   100 //----------------------------------------------------
       
   101 //   
       
   102 //    r_operatormenu_menubar
       
   103 //    MenuBar for operator menu (only the exit item)
       
   104 //
       
   105 //----------------------------------------------------
       
   106 //
       
   107 RESOURCE MENU_BAR r_operatormenu_menubar
       
   108     {
       
   109     titles=
       
   110         {
       
   111         MENU_TITLE { menu_pane=R_AVKON_MENUPANE_EXIT; }
       
   112         };
       
   113     }
       
   114 
       
   115 
       
   116             
       
   117 // End of File