resourcemgmt/hwresourcesmgr/test/multiclient/HWRMLightTestF/group/HWRMLightTestF.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 21:48:26 +0300
changeset 63 09d657f1ee00
parent 0 4e1aa6a622a0
permissions -rw-r--r--
Revision: 201035 Kit: 201035

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


// ---------------------------------------------------------
//   
//   r_HWRMLightTestF_menubar
//   Menubar for HWRMLightTestF example
//
// ---------------------------------------------------------
//
RESOURCE MENU_BAR r_HWRMLightTestF_menubar
    {
    titles =
        {
        MENU_TITLE
            {
            menu_pane = r_HWRMLightTestF_menu;
            txt = "Test";
            }
        };
    }


// ---------------------------------------------------------
//   
//   r_HWRMLightTestF_menu
//   Menu for "Options"
//
// ---------------------------------------------------------
//
RESOURCE MENU_PANE r_HWRMLightTestF_menu
    {
    items = 
        {
    //    MENU_ITEM
    //        {
    //        command = EHWRMLightTestFCmdAll;
    //        txt = "All Test Cases";
    //        },
        MENU_ITEM
            {
            command = EHWRMLightTestFCmdBasic;
            txt = "Basic test cases";
            cascade = r_HWRMLightTestF_submenuBasic;
            },            
        MENU_ITEM
            {
            command = EHWRMLightTestFCmdMultiClient;
            txt = "Multiclient cases";
            },            
        MENU_ITEM
            {
            command = EHWRMLightTestFCmdRepeatInvalidParams;
            txt = "Repeat invalid parameters (5 min)";
            },     
        MENU_ITEM
            {
            command = EHWRMLightTestFCmdVibraTest;
            txt = "Vibra test (30 min)";
            },     
        MENU_ITEM
            {
            command = EHWRMLightTestFCmdWaitChargingNotify;
            txt = "Wait charging notify (5 min)";
            },                                
        MENU_ITEM
            {
            command = EEikCmdExit;
            txt = "Exit";
            }
        };
    }

// ---------------------------------------------------------
//   
//   r_HWRMLightTestF_menu
//   Menu for "Options"
//
// ---------------------------------------------------------
//
RESOURCE MENU_PANE r_HWRMLightTestF_submenuBasic
    {
    items = 
        {
        MENU_ITEM
            {
            command = EHWRMLightTestFCmdBasicXAPI;
            txt = "Use Extended Light API";
            },                               
        MENU_ITEM
            {
            command = EHWRMLightTestFCmdBasicSAPI;
            txt = "Use SDK Light API";
            }
        };
    }