resourcemgmt/hwresourcesmgr/test/multiclient/HWRMLightTestB/group/HWRMLightTestB.rss
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 NAME HELL
       
    19 
       
    20 #include <techview/eikon.rh>
       
    21 #include <techview/eikon.rsg>
       
    22 
       
    23 #include "HWRMLightTestB.hrh"
       
    24 
       
    25 
       
    26 // ---------------------------------------------------------
       
    27 //   
       
    28 //    Define the resource file signature 
       
    29 //    This resource should be empty.
       
    30 //
       
    31 // ---------------------------------------------------------
       
    32 //
       
    33 RESOURCE RSS_SIGNATURE
       
    34     {
       
    35     }
       
    36 
       
    37 // ---------------------------------------------------------
       
    38 //   
       
    39 //    Default Document Name
       
    40 //
       
    41 // ---------------------------------------------------------
       
    42 //
       
    43 RESOURCE TBUF r_default_document_name
       
    44     {
       
    45     buf="";
       
    46     }
       
    47 
       
    48 // ---------------------------------------------------------
       
    49 //   
       
    50 //    Define default menu and CBA key.
       
    51 //
       
    52 // ---------------------------------------------------------
       
    53 //
       
    54 RESOURCE EIK_APP_INFO
       
    55     {
       
    56     menubar = r_HWRMLightTestB_menubar;
       
    57     }
       
    58 
       
    59 
       
    60 // ---------------------------------------------------------
       
    61 //   
       
    62 //   r_HWRMLightTestB_menubar
       
    63 //   Menubar for HWRMLightTestB example
       
    64 //
       
    65 // ---------------------------------------------------------
       
    66 //
       
    67 RESOURCE MENU_BAR r_HWRMLightTestB_menubar
       
    68     {
       
    69     titles =
       
    70         {
       
    71         MENU_TITLE
       
    72             {
       
    73             menu_pane = r_HWRMLightTestB_menu;
       
    74             txt = "Test";
       
    75             }
       
    76         };
       
    77     }
       
    78 
       
    79 
       
    80 // ---------------------------------------------------------
       
    81 //   
       
    82 //   r_HWRMLightTestB_menu
       
    83 //   Menu for "Options"
       
    84 //
       
    85 // ---------------------------------------------------------
       
    86 //
       
    87 RESOURCE MENU_PANE r_HWRMLightTestB_menu
       
    88     {
       
    89     items = 
       
    90         {
       
    91         MENU_ITEM
       
    92             {
       
    93             command = EHWRMLightTestBCommand1;
       
    94             txt = "Multiclient cases (Slave)";
       
    95             },
       
    96        MENU_ITEM
       
    97             {
       
    98             command = EEikCmdExit;
       
    99             txt = "Exit";
       
   100             }
       
   101         };
       
   102     }