logsui/group/LogsSubAppListView.rss
changeset 0 e686773b3f54
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/logsui/group/LogsSubAppListView.rss	Tue Feb 02 10:12:17 2010 +0200
@@ -0,0 +1,87 @@
+/*
+* 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 "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: 
+*     Resource file for the application view "STM view".
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+
+//  INCLUDES
+
+//  CONSTANTS
+
+//  MACROS
+
+//  RESOURCE DEFINITIONS
+
+
+/**
+ * Logs 'sub app list' view menu items.
+ */
+RESOURCE MENU_PANE r_logs_sub_app_list_menu
+    {
+    items =
+        {
+        MENU_ITEM
+            {
+            command = ELogsCmdMenuOpen;
+            txt = qtn_logs_stm_cmd_open;
+            flags = EEikMenuItemAction;
+            },
+        MENU_ITEM
+            {
+            command = ELogsCmdMenuClearRecentRegisters;
+            txt = qtn_logs_stm_cmd_clear_reg;
+            }
+        };
+    }
+
+/**
+ * Logs 'sub app list' view menubar.
+ */
+RESOURCE MENU_BAR r_logs_log_sub_app_list_menubar
+    {
+    titles =
+        {
+        MENU_TITLE { menu_pane = r_logs_system_menu_bottom; },
+        MENU_TITLE
+            {
+            txt = qtn_logs_title_logs;
+            menu_pane = r_logs_sub_app_list_menu;  // view menu
+            }
+        };
+    }
+
+/**
+ * Logs 'sub app list' view definition.
+ */
+RESOURCE AVKON_VIEW r_logs_sub_app_list_view
+    {
+    menubar = r_logs_log_sub_app_list_menubar;
+    cba = r_common_options_back_open;
+    }
+
+/**
+ * Logs 'sub app list' view definition for Simple Mode.
+ */
+RESOURCE AVKON_VIEW r_logs_sub_app_list_simple_view
+    {
+    menubar = r_logs_log_sub_app_list_menubar;
+    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
+    }
+
+// End of File
+