uifw/AvKon/tsrc/bc/S60_SDK5.0/bcmultidriver/group/bctestmultidriver.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 14:50:15 +0300
branchRCL_3
changeset 72 a5e7a4f63858
parent 0 2f259fa3e83a
permissions -rw-r--r--
Revision: 201039 Kit: 201041

/*
* Copyright (c) 2006 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:  resources for the module
*
*/


//  RESOURCE IDENTIFIER
NAME BCMD

//  INCLUDES

#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.hrh>
#include <avkon.mbg>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkonicons.hrh>

#include <appinfo.rh>

#include "BCTestMultiDriver.hrh"
#include "BCTestMultiDriver.loc"

//  CONSTANTS
#define APP_BITMAP_DIR "\\resource\\apps"
#define AVKON_BMP_FILENAME AVKON_ICON_FILE
#define BCTestMultiDriver_BMP_FNAME APP_BITMAP_DIR"\\BCTestMultiDriver.mbm"


//  MACROS



//  RESOURCE DEFINITIONS
//-----------------------------------------------------------------------------
//
//    RSS_SIGNATURE
//
//
//-----------------------------------------------------------------------------
//
RESOURCE RSS_SIGNATURE
    {
    }

//-----------------------------------------------------------------------------
//
//    TBUF16
//
//
//-----------------------------------------------------------------------------
//
RESOURCE TBUF16
    {
    buf = "BCMDriver";
    }

//-----------------------------------------------------------------------------
//
//    EIK_APP_INFO
//
//
//-----------------------------------------------------------------------------
//
RESOURCE EIK_APP_INFO
    {
    menubar = r_BCTestMultiDriver_menubar_main;
    cba = r_BCTestMultiDriver_cba_options_next;
    }

// ---------------------------------------------------------
//    Provide Caption and Icon Info for Scalable UI
//
// ---------------------------------------------------------
//
RESOURCE LOCALISABLE_APP_INFO r_BCTestMultiDriver_localisable_app_info
    {
    short_caption = qtn_apps_tavl_grid; 

    caption_and_icon = 
    CAPTION_AND_ICON_INFO
        {
        caption = qtn_apps_tavl_list; 
        //number_of_icons = 2;
        //icon_file = APP_BITMAP_DIR"\\BCTestMultiDriver_aif.mbm";
        };
    }
    
//-----------------------------------------------------------------------------
//
//    r_BCTestMultiDriver_view
//    AVKON_VIEW for CBCTestMultiDriverView
//
//-----------------------------------------------------------------------------
//
RESOURCE AVKON_VIEW r_BCTestMultiDriver_view
    {
    menubar = r_BCTestMultiDriver_menubar_main;
    }

//-----------------------------------------------------------------------------
//
//    r_BCTestMultiDriver_menubar
//    MenuBar
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_BCTestMultiDriver_menubar_main
    {
    titles =
        {
        MENU_TITLE
            {
            menu_pane = r_BCTestMultiDriver_menu;            
            },
        MENU_TITLE
            {
            menu_pane = r_BCTestMultiDriver_case_menu;
            }
        };
    }

//-----------------------------------------------------------------------------
//
//    r_BCTestMultiDriver_case_menu
//    Menu pane
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_BCTestMultiDriver_case_menu
    {
    items = 
        {
        MENU_ITEM
            {
            command = EBCTestCmdOutline1;
            txt = qtn_BCTestMultiDriver_outline1;
            },
        MENU_ITEM
            {
            command = EBCTestCmdOutline2;
            txt = qtn_BCTestMultiDriver_outline2;
            }
        };
    }

//-----------------------------------------------------------------------------
//
//    r_BCTestMultiDriver_menu
//    Menu pane
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_BCTestMultiDriver_menu
    {
    items =
        {
        MENU_ITEM
            {
            command = EProgCmdAutoTest;
            txt = qtn_BCTestMultiDriver_autotest;
            },
        MENU_ITEM // Menu "Exit"
            {
            command = EAknCmdExit;
            txt = qtn_BCTestMultiDriver_menu_exit;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_BCTestMultiDriver_cba_options_next
//    description
//
// ----------------------------------------------------------------------------
//

RESOURCE CBA r_BCTestMultiDriver_cba_options_next
    {
    buttons =
	{
	CBA_BUTTON 
	    {
	    id=EAknSoftkeyOptions; 
	    txt = text_softkey_option;
	    },
        AVKON_CBA_BUTTON
            {
            id = EBCTestMultiDriverCbaCmdNext;
            txt = qtn_BCTestMultiDriver_cba_next;
            }
	};
    }


// End of File