resourcemgmt/hwresourcesmgr/test/multiclient/HWRMLightTestB/group/HWRMLightTestB.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:53:00 +0200
changeset 0 4e1aa6a622a0
permissions -rw-r--r--
Revision: 201003

// 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";
            }
        };
    }