resourcemgmt/hwresourcesmgr/test/multiclient/HWRMLightTestB/group/HWRMLightTestB.rss
changeset 0 4e1aa6a622a0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resourcemgmt/hwresourcesmgr/test/multiclient/HWRMLightTestB/group/HWRMLightTestB.rss	Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,102 @@
+// Copyright (c) 2003-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:
+//
+
+
+
+NAME HELL
+
+#include <techview/eikon.rh>
+#include <techview/eikon.rsg>
+
+#include "HWRMLightTestB.hrh"
+
+
+// ---------------------------------------------------------
+//   
+//    Define the resource file signature 
+//    This resource should be empty.
+//
+// ---------------------------------------------------------
+//
+RESOURCE RSS_SIGNATURE
+    {
+    }
+
+// ---------------------------------------------------------
+//   
+//    Default Document Name
+//
+// ---------------------------------------------------------
+//
+RESOURCE TBUF r_default_document_name
+    {
+    buf="";
+    }
+
+// ---------------------------------------------------------
+//   
+//    Define default menu and CBA key.
+//
+// ---------------------------------------------------------
+//
+RESOURCE EIK_APP_INFO
+    {
+    menubar = r_HWRMLightTestB_menubar;
+    }
+
+
+// ---------------------------------------------------------
+//   
+//   r_HWRMLightTestB_menubar
+//   Menubar for HWRMLightTestB example
+//
+// ---------------------------------------------------------
+//
+RESOURCE MENU_BAR r_HWRMLightTestB_menubar
+    {
+    titles =
+        {
+        MENU_TITLE
+            {
+            menu_pane = r_HWRMLightTestB_menu;
+            txt = "Test";
+            }
+        };
+    }
+
+
+// ---------------------------------------------------------
+//   
+//   r_HWRMLightTestB_menu
+//   Menu for "Options"
+//
+// ---------------------------------------------------------
+//
+RESOURCE MENU_PANE r_HWRMLightTestB_menu
+    {
+    items = 
+        {
+        MENU_ITEM
+            {
+            command = EHWRMLightTestBCommand1;
+            txt = "Multiclient cases (Slave)";
+            },
+       MENU_ITEM
+            {
+            command = EEikCmdExit;
+            txt = "Exit";
+            }
+        };
+    }