browserui/operatormenu/data/operatormenu.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:31:04 +0100
branchRCL_3
changeset 65 8e6fa1719340
parent 0 84ad3b177aa3
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201032 Kit: 201035

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Operatormenu resource file
*
*/


//  RESOURCE IDENTIFIER
NAME    OPME // For operator menu

//  INCLUDES

#include <eikon.rh>
#include "operatormenu.hrh"
#include <operatormenu.loc>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <apcaptionfile.rh>
#include <data_caging_paths_strings.hrh>
#include <appinfo.rh>


//  CONSTANTS 

//  MACROS  

//  RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf="OperatorMenu"; }

RESOURCE EIK_APP_INFO
    {
    hotkeys=r_operatormenu_hotkeys;
    menubar=r_operatormenu_menubar;
    cba=R_AVKON_SOFTKEYS_OPTIONS_EXIT;     
    }




//----------------------------------------------------
//   
//    r_operatormenu_localisable_app_info
//    ?description
//
//----------------------------------------------------
//
RESOURCE LOCALISABLE_APP_INFO r_operatormenu_localisable_app_info
    {
    short_caption = qtn_apps_operator_grid;
    caption_and_icon = 
    CAPTION_AND_ICON_INFO
        {
        caption = qtn_apps_operator_list;

#ifdef __SCALABLE_ICONS
        number_of_icons = 1;
        icon_file = 
                APP_RESOURCE_DIR"\\operatorMenu_aif.mif";
#else
        number_of_icons = 2;

        icon_file = 
                APP_RESOURCE_DIR"\\operatormenu_aif.mbm";

#endif  // __SCALABLE_ICONS
        };
    }


//----------------------------------------------------
//   
//    r_operatormenu_hotkeys
//    Hotkeys for operator menu
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_operatormenu_hotkeys
    {
    control=
        {
        HOTKEY { command=EAknCmdExit; key='e'; }
        };
    }

//----------------------------------------------------
//   
//    r_operatormenu_menubar
//    MenuBar for operator menu (only the exit item)
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_operatormenu_menubar
    {
    titles=
        {
        MENU_TITLE { menu_pane=R_AVKON_MENUPANE_EXIT; }
        };
    }


            
// End of File