appfw/apparchitecture/tef/tupgradeiconapp/tupgradeiconapp.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 10:12:00 +0200
changeset 0 2e3d3ce01487
permissions -rw-r--r--
Revision: 201002 Kit: 201005

// Copyright (c) 2007-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:
//

/**
 @file
 @test
 @internalComponent - Symbian test code
*/


NAME TEAP

#include <techview/eikon.rh>
#include <uiklafgt/eikcore.rsg>
#include <appinfo.rh>

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf=""; }

RESOURCE EIK_APP_INFO
	{
	hotkeys=r_upgradeiconapp_hotkeys;
	menubar=r_upgradeiconapp_menubar;
	}

RESOURCE HOTKEYS r_upgradeiconapp_hotkeys
    {
    control=
        {
        HOTKEY { command=EEikCmdExit; key='e'; }
        };
    }

RESOURCE MENU_BAR r_upgradeiconapp_menubar
    {
    titles=
        {
        MENU_TITLE { menu_pane=r_upgradeiconapp_first_menu; txt="TUpgradeIconApp"; }
		};
    }

RESOURCE MENU_PANE r_upgradeiconapp_first_menu
	{
	items=
		{
		MENU_ITEM { command=EEikCmdExit; txt="Close"; }
        };
    }


RESOURCE TBUF r_upgradeiconapp_text_TestApp { buf="TUpgradeIconApp!"; }


RESOURCE LOCALISABLE_APP_INFO r_lai
	{
	short_caption = "TUIconApp";
	caption_and_icon =
		{
		CAPTION_AND_ICON_INFO
			{
			caption = "TestUpgradeIconApp";
			number_of_icons = 3; // each icon must be a bitmap/mask pair
			icon_file = "c:\\resource\\apps\\tupgradeiconapp.mbm";
			}
		};							
	}