sl@0: /* sl@0: * Copyright (c) 2009 Symbian Foundation Ltd sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Symbian Foundation Ltd - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * Tiger app resource sl@0: */ sl@0: sl@0: sl@0: // RESOURCE IDENTIFIER sl@0: NAME AWIZ // 4 letter ID sl@0: sl@0: // INCLUDES sl@0: #include sl@0: #include "tiger.hrh" sl@0: #include "tiger.rls" sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: sl@0: // RESOURCE DEFINITIONS sl@0: RESOURCE RSS_SIGNATURE { } sl@0: sl@0: RESOURCE TBUF { buf="Tiger"; } sl@0: sl@0: RESOURCE EIK_APP_INFO sl@0: { sl@0: menubar = r_tiger_menubar; sl@0: cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; sl@0: } sl@0: sl@0: //---------------------------------------------------- sl@0: // sl@0: // r_tiger_menubar sl@0: // sl@0: //---------------------------------------------------- sl@0: // sl@0: RESOURCE MENU_BAR r_tiger_menubar sl@0: { sl@0: titles = sl@0: { sl@0: MENU_TITLE sl@0: { sl@0: menu_pane = r_tiger_exit; sl@0: } sl@0: }; sl@0: } sl@0: sl@0: //---------------------------------------------------- sl@0: // sl@0: // r_tiger_exit sl@0: // sl@0: //---------------------------------------------------- sl@0: // sl@0: RESOURCE MENU_PANE r_tiger_exit sl@0: { sl@0: items = sl@0: { sl@0: MENU_ITEM sl@0: { sl@0: command = EAknCmdExit; sl@0: txt = STRING_r_tiger_exit; sl@0: } sl@0: }; sl@0: } sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: //---------------------------------------------------- sl@0: // sl@0: // r_tiger_localisable_app_info sl@0: // sl@0: //---------------------------------------------------- sl@0: // sl@0: RESOURCE LOCALISABLE_APP_INFO r_tiger_localisable_app_info sl@0: { sl@0: short_caption = STRING_r_app_short_caption_string; sl@0: caption_and_icon = sl@0: CAPTION_AND_ICON_INFO sl@0: { sl@0: caption = STRING_r_app_caption_string; sl@0: number_of_icons = 1; sl@0: icon_file = "\\resource\\apps\\tiger_icon.mif"; sl@0: }; sl@0: } sl@0: sl@0: // End of File sl@0: