uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomaiwakn/group/bctestdomaiwakn.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 14 May 2010 16:06:26 +0300
changeset 22 75713bee6484
parent 0 2f259fa3e83a
permissions -rw-r--r--
Revision: 201017 Kit: 201019

/*
* Copyright (c) 2007 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:  Resource definitions for project bctestdomaiwakn
*
*/



//  RESOURCE IDENTIFIER
NAME ATOA

//  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 <pathconfiguration.hrh>
 

#include "bctestdomaiwakn.hrh"
#include "bctestdomaiwakn.loc"

//  CONSTANTS
#define APP_BITMAP_DIR "\\resource\\apps"
#define AVKON_BMP_FILENAME AVKON_ICON_FILE
#define bctestdomaiwakn_BMP_FNAME APP_BITMAP_DIR"\\BCTestAiwAkn.mbm"



//  MACROS



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

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

//-----------------------------------------------------------------------------
//
//    EIK_APP_INFO
//
//
//-----------------------------------------------------------------------------
//
RESOURCE EIK_APP_INFO
    {
    menubar = r_bctestdomaiwakn_menubar_main;
    cba = r_bctestdomaiwakn_cba_options_next;
    }

// ---------------------------------------------------------
//    Provide Caption and Icon Info for Scalable UI
//
// ---------------------------------------------------------
//
RESOURCE LOCALISABLE_APP_INFO r_bctestdomaiwakn_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"\\BCTestaiwmenu_aif.mbm";
        };
    }
    
//-----------------------------------------------------------------------------
//
//    r_bctestdomaiwakn_view
//    AVKON_VIEW for CBCTestDomAiwAknView
//
//-----------------------------------------------------------------------------
//
RESOURCE AVKON_VIEW r_bctestdomaiwakn_view
    {
    menubar = r_bctestdomaiwakn_menubar_main;
    }

//-----------------------------------------------------------------------------
//
//    r_bctestdomaiwakn_menubar_main
//    MenuBar
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_bctestdomaiwakn_menubar_main
    {
    titles =
        {
        MENU_TITLE
            {
            menu_pane = r_bctestdomaiwakn_menu;            
            },
        MENU_TITLE
            {
            menu_pane = r_bctestdomaiwakn_case_menu;
            }
        };
    }


//-----------------------------------------------------------------------------
//
//    r_bctestdomaiwakn_case_menu
//    Menu pane
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestdomaiwakn_case_menu
    {
    items = 
        {  
        MENU_ITEM
            {
            command = EBCTestDomCmdOutline1;
            txt = qtn_bctestdomaiwakn_testoutline1;
            },
        MENU_ITEM
            {
            command = EBCTestDomCmdOutline2;
            txt = qtn_bctestdomaiwakn_testoutline2;
            },
        MENU_ITEM
            {
            command = EBCTestDomCmdOutline3;
            txt = qtn_bctestdomaiwakn_testoutline3;
            },
        MENU_ITEM
            {
            command = EBCTestDomCmdOutline4;
            txt = qtn_bctestdomaiwakn_testoutline4;
            }
                                         
        };
    }


//-----------------------------------------------------------------------------
//
//    r_bctestdomaiwakn_menu
//    Menu pane
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestdomaiwakn_menu
    {
    items =
        {        
        MENU_ITEM
            {
            command = EProgCmdAutoTest;
            txt     = qtn_bctestdomaiwakn_autotest;
            },
        MENU_ITEM // Menu "Exit"
            {
            command = EAknCmdExit;
            txt = qtn_bctestdomaiwakn_menu_exit;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestdomaiwakn_cba_options_next
//    CBA
//
// ----------------------------------------------------------------------------
//

RESOURCE CBA r_bctestdomaiwakn_cba_options_next
    {
    buttons =
        {
        CBA_BUTTON 
            {
            id=EAknSoftkeyOptions; 
            txt = text_softkey_option;
            },
        AVKON_CBA_BUTTON
            {
            id = EBCTestDomAiwAknCbaCmdNext;
            txt = qtn_bctestdomaiwakn_cba_next;
            }
        };
    }

// ---------------------------------------------------------------------------
// r_bctestdomaiwakn_aknbattery_battery_pane
//
// BATTERY_PANE for testing CAknBatteryPane in aknbattery.h .
// ---------------------------------------------------------------------------
//
RESOURCE BATTERY_PANE r_bctestdomaiwakn_aknbattery_battery_pane
    {
    
    }
    
// ---------------------------------------------------------------------------
// r_bctestdomaiwakn_caiwmenupane_menu
//
// Menu for testing CAiwMenuPane.
// ---------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestdomaiwakn_caiwmenupane_menu
    {
    items =
        {
        MENU_ITEM 
            { 
            command = EBCTestDomCmdAiwMenuPane;                   
            txt = qtn_bctestdomaiwakn_dummy;                   
            extratxt = qtn_bctestdomaiwakn_dummy;                                      
            }
        };
    }    

// ---------------------------------------------------------------------------
// r_bctestdomaiwakn_aknanimdata_bmpanim_data
//
// For testting APIs in AknAnimData.h  
// ---------------------------------------------------------------------------
//
RESOURCE  BMPANIM_DATA r_bctestdomaiwakn_aknanimdata_bmpanim_data
    {    
    frameinterval = 500;
    playmode = EAknBitmapAnimationPlayModeCycle;
    bmpfile  =  AVKON_BITMAP_FILE;
    frames   = r_bctestdomaiwakn_aknanimdata_bmpanim_frame ;
    backgroundframe   = 0;
     }
     
// ---------------------------------------------------------------------------
// r_bctestdomaiwakn_aknanimdata_bmpanim_frame
//
// For testting APIs in AknAnimData.h  
// ---------------------------------------------------------------------------
//
RESOURCE ARRAY r_bctestdomaiwakn_aknanimdata_bmpanim_frame
    {
    items =
        {
        BMPANIM_FRAME 
            {
            bmpid  = EBCTestDomEmptyBmpId; 
            maskid = EBCTestDomEmptyMaskId;
            }
        };
    }

// End of File