- /*
- * ============================================================================
- * Name : greg2.rss
- * Part of : greg2
- * Created : 12/11/2002 by
- * Description:
- * This file contains all the resources for the greg2.
- * Initial content was generated by Series 60 AppWizard.
- * Version :
- * Copyright:
- * ============================================================================
- */
- // RESOURCE IDENTIFIER
- NAME AWIZ // 4 letter ID
- // INCLUDES
- #include <eikon.rh>
- #include "greg2.hrh"
- #include "greg2.loc"
- #include <avkon.rsg>
- #include <avkon.rh>
- #include <avkon.mbg>
- // CONSTANTS
- //#define ?constant ?value
- // MACROS
- //#define ?macro
- // RESOURCE DEFINITIONS
- RESOURCE RSS_SIGNATURE { }
- RESOURCE TBUF { buf="greg2"; }
- RESOURCE EIK_APP_INFO
- {
- hotkeys=r_greg2_hotkeys;
- menubar=r_greg2_menubar;
- cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;
- }
- //----------------------------------------------------
- //
- // r_greg2_hotkeys
- // ?description
- //
- //----------------------------------------------------
- //
- RESOURCE HOTKEYS r_greg2_hotkeys
- {
- control=
- {
- HOTKEY { command=EAknCmdExit; key='e'; }
- };
- }
- //----------------------------------------------------
- //
- // r_greg2_menubar
- // ?description
- //
- //----------------------------------------------------
- //
- RESOURCE MENU_BAR r_greg2_menubar
- {
- titles=
- {
- MENU_TITLE { menu_pane=r_greg2_menu; txt="File"; }
- };
- }
- //----------------------------------------------------
- //
- // r_greg2_menu
- // ?description
- //
- //----------------------------------------------------
- //
- RESOURCE MENU_PANE r_greg2_menu
- {
- items=
- {
- MENU_ITEM { command=EAknCmdExit; txt="Exit"; },
- MENU_ITEM { command=Egreg2CmdAppTest; txt="Start Audio Test"; }
- };
- }
- //----------------------------------------------------
- //
- // r_greg2_app_menu
- // ?description
- //
- //----------------------------------------------------
- //
- RESOURCE MENU_PANE r_greg2_app_menu
- {
- items=
- {
- MENU_ITEM { command=Egreg2CmdAppTest; txt="<App spesific menu item>"; },
- MENU_ITEM { command=EAknCmdExit; txt="Exit"; }
- };
- }
- // End of File