openvg/openvgrefimplementation/sfopenvg/test/data/tiger.rss
author MattD <mattd@symbian.org>
Mon, 08 Feb 2010 19:15:06 +0000
branchNewGraphicsArchitecture
changeset 6 250ac10a3d98
permissions -rw-r--r--
transplant of the KhronosRI work done on the SFL repo until changeset 22d01ad3515c - Includes 'Bug 1394 - KhronosRI - armv5 def files missing', 'Bug 1395 - KhronosRI - RVCT doesn't like 'OpenVGRI' qualified helper function names', and the ongoing work on 'Bug 31 - OpenVG implementation is a stub, so no icons or window decorations are displayed.'

/*
* Copyright (c) 2009 Symbian Foundation Ltd
* 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:
* Symbian Foundation Ltd - initial contribution.
* 
* Contributors:
*
* Description:
* Tiger app resource
*/


//  RESOURCE IDENTIFIER
NAME    AWIZ // 4 letter ID

//  INCLUDES
#include <eikon.rh>
#include "tiger.hrh"
#include "tiger.rls"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <appinfo.rh>

//  RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf="Tiger"; }

RESOURCE EIK_APP_INFO
    {
    menubar = r_tiger_menubar;
    cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
    }

//----------------------------------------------------
//
//    r_tiger_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_tiger_menubar
{
    titles =
        {
            MENU_TITLE
            {
                menu_pane = r_tiger_exit;
            }
        };
}

//----------------------------------------------------
//
//    r_tiger_exit
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_tiger_exit
{
    items =
        {
            MENU_ITEM
            {
                command = EAknCmdExit;
                txt = STRING_r_tiger_exit;
            }
        };
}






//----------------------------------------------------
//
//    r_tiger_localisable_app_info
//
//----------------------------------------------------
//
RESOURCE LOCALISABLE_APP_INFO r_tiger_localisable_app_info
    {
    short_caption = STRING_r_app_short_caption_string;
    caption_and_icon =
    CAPTION_AND_ICON_INFO
        {
        caption         = STRING_r_app_caption_string;
        number_of_icons = 1;
        icon_file       = "\\resource\\apps\\tiger_icon.mif";
        };
    }

// End of File