diff -r 01a6848ebfd7 -r 7579f232bae7 openvg/openvgrefimplementation/sfopenvg/test/data/tiger.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openvg/openvgrefimplementation/sfopenvg/test/data/tiger.rss Fri Apr 30 17:15:32 2010 +0100 @@ -0,0 +1,100 @@ +/* +* 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 +#include "tiger.hrh" +#include "tiger.rls" +#include +#include +#include +#include + +// 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 +