sapi_applicationmanager/tsrc/dev/testappmngui/group/testappmngui.rss
author Kiiskinen Klaus (Nokia-D-MSW/Tampere) <klaus.kiiskinen@nokia.com>
Mon, 30 Mar 2009 12:51:10 +0300
changeset 0 14df0fbfcc4e
permissions -rw-r--r--
Revision: 200912 Kit: 200912

/*
* Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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 <eikon.rh>
#include <eikon.rsg>
#include <avkon.rh>
#include <avkon.rsg>

#include "testappmngui.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_testappmngui_menubar;
    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
    }


// ---------------------------------------------------------
//   
//   r_testappmngui_menubar
//   Menubar for testappmngui example
//
// ---------------------------------------------------------
//
RESOURCE MENU_BAR r_testappmngui_menubar
    {
    titles =
        {
        MENU_TITLE {menu_pane = r_testappmngui_menu;}
        };
    }


// ---------------------------------------------------------
//   
//   r_testappmngui_menu
//   Menu for "Options"
//
// ---------------------------------------------------------
//
RESOURCE MENU_PANE r_testappmngui_menu
    {
    items = 
        {
        MENU_ITEM {command = EtestappmnguiCommand1;  txt = "Launch App(ImageViewer)";},
        MENU_ITEM {command = EtestappmnguiCommand2;  txt = "Launch Doc(ImageViewer)";},
        MENU_ITEM {command = EAknSoftkeyExit;   txt = "Exit";}
        };
    }