browserui/operatormenu/data/operatormenu.rss
changeset 0 84ad3b177aa3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/browserui/operatormenu/data/operatormenu.rss	Mon Mar 30 12:49:49 2009 +0300
@@ -0,0 +1,117 @@
+/*
+* 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