diff -r 4baee4f15982 -r 6385c4c93049 browserui/operatormenu/data/operatormenu.rss --- a/browserui/operatormenu/data/operatormenu.rss Thu Aug 19 09:57:56 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,117 +0,0 @@ -/* -* 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 -#include "operatormenu.hrh" -#include -#include -#include -#include -#include -#include -#include - - -// 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