classicui_pub/tsrc/bc/apps/S60_SDK3.0/bctesteh/group/bctesteh.rss
changeset 0 2f259fa3e83a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/classicui_pub/tsrc/bc/apps/S60_SDK3.0/bctesteh/group/bctesteh.rss	Tue Feb 02 01:00:49 2010 +0200
@@ -0,0 +1,239 @@
+/*
+* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "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:         resources for the module
+*
+*/
+
+
+
+
+
+
+
+
+
+//  RESOURCE IDENTIFIER
+NAME EH
+
+//  INCLUDES
+
+#include <eikon.rh>
+#include <eikon.rsg>
+#include <avkon.hrh>
+#include <avkon.mbg>
+#include <avkon.rsg>
+#include <avkon.rh>
+#include <uikon.rh>
+#include <avkonicons.hrh>
+
+#include <appinfo.rh>
+
+#include "bctesteh.hrh"
+#include "bctesteh.loc"
+#include "autotestcommands.h"
+
+//  CONSTANTS
+#define APP_BITMAP_DIR "\\resource\\apps"
+#define AVKON_BMP_FILENAME AVKON_ICON_FILE
+#define bctestEH_BMP_FNAME APP_BITMAP_DIR"\\BCTestEH.mbm"
+
+
+//  MACROS
+
+
+
+//  RESOURCE DEFINITIONS
+//-----------------------------------------------------------------------------
+//
+//    RSS_SIGNATURE
+//
+//
+//-----------------------------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE
+    {
+    }
+
+//-----------------------------------------------------------------------------
+//
+//    TBUF16
+//
+//
+//-----------------------------------------------------------------------------
+//
+RESOURCE TBUF16
+    {
+    buf = qtn_bctesteh_buf; 
+    }
+
+//-----------------------------------------------------------------------------
+//
+//    EIK_APP_INFO
+//
+//
+//-----------------------------------------------------------------------------
+//
+RESOURCE EIK_APP_INFO
+    {
+    menubar = r_bctesteh_menubar_main;
+    cba = r_bctesteh_cba_options_next;
+    hotkeys = r_bctesteh_hotkey_command;
+    }
+
+// ---------------------------------------------------------
+//    Provide Caption and Icon Info for Scalable UI
+//
+// ---------------------------------------------------------
+//
+RESOURCE LOCALISABLE_APP_INFO r_bctesteh_localisable_app_info
+    {
+    short_caption = qtn_apps_tavl_grid; 
+
+    caption_and_icon = 
+    CAPTION_AND_ICON_INFO
+        {
+        caption = qtn_apps_tavl_list; 
+        };
+    }
+    
+//-----------------------------------------------------------------------------
+//
+//    r_bctesteh_view
+//    AVKON_VIEW for BCTestEHView
+//
+//-----------------------------------------------------------------------------
+//
+RESOURCE AVKON_VIEW r_bctesteh_view
+    {
+    menubar = r_bctesteh_menubar_main;
+    hotkeys = r_bctesteh_hotkey_command;    
+    }
+
+//-----------------------------------------------------------------------------
+//
+//    r_bctesteh_menubar
+//    MenuBar
+//
+//-----------------------------------------------------------------------------
+//
+RESOURCE MENU_BAR r_bctesteh_menubar_main
+    {
+    titles =
+        {
+        MENU_TITLE
+            {
+            menu_pane = r_bctesteh_menu;            
+            },
+        MENU_TITLE
+            {
+            menu_pane = r_bctesteh_case_menu;
+            }
+        };
+    }
+
+//-----------------------------------------------------------------------------
+//
+//    r_bctesteh_case_menu
+//    Menu pane
+//
+//-----------------------------------------------------------------------------
+//
+RESOURCE MENU_PANE r_bctesteh_case_menu
+    {
+    items = 
+        {
+        MENU_ITEM
+            {
+            command = EBCTestCmdOutline1;
+            txt = qtn_bctesteh_outline1;
+            }
+        };
+    }
+
+//-----------------------------------------------------------------------------
+//
+//    r_bctesteh_menu
+//    Menu pane
+//
+//-----------------------------------------------------------------------------
+//
+RESOURCE MENU_PANE r_bctesteh_menu
+    {
+    items =
+        {
+        MENU_ITEM
+            {
+            command = EProgCmdAutoTest;
+            txt = qtn_bctesteh_autotest;
+            },
+        MENU_ITEM // Menu "Exit"
+            {
+            command = EAknCmdExit;
+            txt = qtn_bctesteh_menu_exit;
+            }
+        };
+    }
+
+
+//-----------------------------------------------------------------------------
+//
+//    r_bctesteh_hotkey_command
+//    HotKey Command
+//
+//-----------------------------------------------------------------------------
+//
+RESOURCE HOTKEYS r_bctesteh_hotkey_command
+    {    
+    plain = 
+        {
+    	HOTKEY { command=EBCTestCmdOutline1; key= 'o'; }       
+        };
+        
+    control =
+        {
+        HOTKEY { command=EBCTestCmdOutline1; key= 'o'; }       
+        };
+        
+    shift_control = 
+        {
+    	HOTKEY { command=EBCTestCmdOutline1; key= 'o'; }       
+        };
+    }
+
+// ----------------------------------------------------------------------------
+//
+//    r_bctesteh_cba_options_next
+//    ?description
+//
+// ----------------------------------------------------------------------------
+//
+RESOURCE CBA r_bctesteh_cba_options_next
+    {
+    buttons =
+	{
+	CBA_BUTTON 
+	    {
+	    id=EAknSoftkeyOptions; 
+	    txt = text_softkey_option;
+	    },
+        AVKON_CBA_BUTTON
+            {
+            id = EBCTestEHCbaCmdNext;
+            txt = qtn_bctesteh_cba_next;
+            }
+	};
+    }
+
+
+// End of File