uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomcdl/group/bctestdomcdl.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:00:49 +0200
changeset 0 2f259fa3e83a
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* 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:  resources for the module
*
*/


//  RESOURCE IDENTIFIER
NAME CDLD

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

//  CONSTANTS
#define APP_BITMAP_DIR "\\resource\\apps"
#define AVKON_BMP_FILENAME AVKON_ICON_FILE

//  MACROS

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

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

//-----------------------------------------------------------------------------
//
//    EIK_APP_INFO
//
//
//-----------------------------------------------------------------------------
//
RESOURCE EIK_APP_INFO
    {
    menubar = r_bctestcdl_menubar_main;
    cba = r_bctestcdl_cba_options_next;
    }

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

    caption_and_icon = 
    CAPTION_AND_ICON_INFO
        {
        caption = qtn_apps_tavl_list; 
        };
    }
    
//-----------------------------------------------------------------------------
//
//    r_bctestCdl_view
//    AVKON_VIEW for CBCTestDomCdlView
//
//-----------------------------------------------------------------------------
//
RESOURCE AVKON_VIEW r_bctestcdl_view
    {
    menubar = r_bctestcdl_menubar_main;
    }

//-----------------------------------------------------------------------------
//
//    r_bctestCdl_menubar
//    MenuBar
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_bctestcdl_menubar_main
    {
    titles =
        {
        MENU_TITLE
            {
            menu_pane = r_bctestcdl_menu;            
            },
        MENU_TITLE
            {
            menu_pane = r_bctestcdl_case_menu;
            }
        };
    }

//-----------------------------------------------------------------------------
//
//    r_bctestCdl_case_menu
//    Menu pane
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestcdl_case_menu
    {
    items = 
        {
        MENU_ITEM
            {
            command = EBCTestCmdOutline1;
            txt = qtn_bctestcdl_outline1;
            }
        };
    }

//-----------------------------------------------------------------------------
//
//    r_bctestCdl_menu
//    Menu pane
//
//-----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_bctestcdl_menu
    {
    items =
        {
        MENU_ITEM
            {
            command = EProgCmdAutoTest;
            txt = qtn_bctestcdl_autotest;
            },
        MENU_ITEM // Menu "Exit"
            {
            command = EAknCmdExit;
            txt = qtn_bctestcdl_menu_exit;
            }
        };
    }

// ----------------------------------------------------------------------------
//
//    r_bctestCdl_cba_options_next
//    ?description
//
// ----------------------------------------------------------------------------
//

RESOURCE CBA r_bctestcdl_cba_options_next
    {
    buttons =
    {
    CBA_BUTTON 
        {
        id=EAknSoftkeyOptions; 
        txt = text_softkey_option;
        },
        AVKON_CBA_BUTTON
            {
            id = EBCTestCdlCbaCmdNext;
            txt = qtn_bctestcdl_cba_next;
            }
    };
    }

RESOURCE TBUF32 r_bctest_text 
    { 
    buf = string_r_bctest_text; 
    }