classicui_pub/tsrc/bc/apps/S60_SDK3.0/bctestmenu/group/bctestmenu.rss
author William Roberts <williamr@symbian.org>
Wed, 10 Nov 2010 12:08:34 +0000
branchRCL_3
changeset 76 5c9f0ba5102a
parent 0 2f259fa3e83a
permissions -rw-r--r--
Improve debug tracing of AknGlobalNote::StartL - Bug 2673

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









//  RESOURCE IDENTIFIER
NAME MENU

//  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 "bctestmenu.hrh"
#include "bctestmenu.loc"

//  CONSTANTS
#define APP_BITMAP_DIR "\\resource\\apps"
#define AVKON_BMP_FILENAME AVKON_ICON_FILE
#define BCTESTMEMU_BMP_FNAME APP_BITMAP_DIR"\\BCTestMenu.mbm"


//  MACROS



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

//-----------------------------------------------------------------------------
//
//    TBUF16
//
//
//-----------------------------------------------------------------------------
//
RESOURCE TBUF16
    {
    buf = qtn_bctest_menu_buf;
    }

//-----------------------------------------------------------------------------
//
//    EIK_APP_INFO
//
//
//-----------------------------------------------------------------------------
//
RESOURCE EIK_APP_INFO
    {
    menubar = r_bctestmenu_menubar_main;
    cba = r_bctestmenu_cba_options_next;
    }

// ---------------------------------------------------------
//    Provide Caption and Icon Info for Scalable UI
//
// ---------------------------------------------------------
//
RESOURCE LOCALISABLE_APP_INFO r_bctestmenu_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"\\BCTestMenu_aif.mbm";
        };
    }
    
//-----------------------------------------------------------------------------
//
//    r_bctestMenu_view
//    AVKON_VIEW for CBCTestMenuView
//
//-----------------------------------------------------------------------------
//
RESOURCE AVKON_VIEW r_bctestmenu_view
    {
    menubar = r_bctestmenu_menubar_main;
    }

//-----------------------------------------------------------------------------
//
//    r_bctestMenu_menubar
//    MenuBar
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_bctestmenu_menubar_main
    {
    titles =
        {
        MENU_TITLE
            {
            menu_pane = r_bctestmenu_menu;            
            },
        MENU_TITLE
            {
            menu_pane = r_bctestmenu_case_menu;
            }
        };
    }

//-----------------------------------------------------------------------------
//
//    r_bctestMenu_case_menu
//    Menu pane
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestmenu_case_menu
    {
    items = 
        {
        MENU_ITEM
            {
            command = EBCTestCmdOutline1;
            txt = qtn_bctestmenu_outline1;
            },
        MENU_ITEM
            {
            command = EBCTestCmdOutline2;
            txt = qtn_bctestmenu_outline2;
            },
        MENU_ITEM
            {
            command = EBCTestCmdOutline3;
            txt = qtn_bctestmenu_outline3;
            },
        MENU_ITEM
            {
            command = EBCTestCmdOutline4;
            txt = qtn_bctestmenu_outline4;
            },
        MENU_ITEM
            {
            command = EBCTestCmdOutline5;
            txt = qtn_bctestmenu_outline5;
            }
        };
    }

//-----------------------------------------------------------------------------
//
//    r_bctestMenu_menu
//    Menu pane
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestmenu_menu
    {
    items =
        {
        MENU_ITEM
            {
            command = EProgCmdAutoTest;
            txt = qtn_bctestmenu_autotest;
            },
        MENU_ITEM // Menu "Exit"
            {
            command = EAknCmdExit;
            txt = qtn_bctestmenu_menu_exit;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestMenu_cba_options_next
//    ?description
//
// ----------------------------------------------------------------------------
//

RESOURCE CBA r_bctestmenu_cba_options_next
    {
    buttons =
	{
	CBA_BUTTON 
	    {
	    id=EAknSoftkeyOptions; 
	    txt = text_softkey_option;
	    },
        AVKON_CBA_BUTTON
            {
            id = EBCTestMenuCbaCmdNext;
            txt = qtn_bctestmenu_cba_next;
            }
	};
    }

RESOURCE TBUF40 r_bctestmenu_new_item
    {
    buf = qtn_bctestmenu_menu_sub_new;
    }
// End of File