S60MMFLab.rss
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:2k
- // Copyright (c) 2006 Nokia Corporation.
- // RESOURCE IDENTIFIER
- NAME S60M // 4 letter ID
- // INCLUDES
- #include <eikon.rh>
- #include <avkon.rh>
- #include <avkon.rsg>
- #include <appinfo.rh>
- #include "S60MMFLab.hrh"
- RESOURCE RSS_SIGNATURE { }
- RESOURCE TBUF { buf = "S60MMFLab"; }
- RESOURCE EIK_APP_INFO
- {
- hotkeys = r_s60mmflab_hotkeys;
- menubar = r_s60mmflab_menubar;
- cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
- }
- //----------------------------------------------------
- //
- // r_s60mmflab_hotkeys
- //
- //----------------------------------------------------
- //
- RESOURCE HOTKEYS r_s60mmflab_hotkeys
- {
- control =
- {
- HOTKEY { command = EAknCmdExit; key='e'; }
- };
- }
- //----------------------------------------------------
- //
- // r_s60mmflab_menubar
- //
- //----------------------------------------------------
- //
- RESOURCE MENU_BAR r_s60mmflab_menubar
- {
- titles =
- {
- MENU_TITLE { menu_pane = r_s60mmflab_menu; txt = "File"; }
- };
- }
- //----------------------------------------------------
- //
- // r_s60mmflab_menu
- //
- //----------------------------------------------------
- //
- RESOURCE MENU_PANE r_s60mmflab_menu
- {
- items =
- {
- MENU_ITEM { command = ES60MMFLabCmdAppChange;cascade = r_S60MMFLab_cascade_menu; txt = "Select"; },
- MENU_ITEM { command = ES60MMFLabCmdAppPlay; txt = "Play"; },
- MENU_ITEM { command = ES60MMFLabCmdAppStop; txt = "Stop"; },
- MENU_ITEM { command = EAknCmdExit; txt = "Exit"; }
- };
- }
- RESOURCE MENU_PANE r_S60MMFLab_cascade_menu
- {
- items=
- {
- MENU_ITEM { command = ES60MMFLabCmdAppTonePlayer; txt = "Tone player"; },
- MENU_ITEM { command = ES60MMFLabCmdAppAudioPlayer; txt = "Audio player"; }
- };
- }
-
- RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
- {
- short_caption = "S60MMFLab";
- caption_and_icon =
- CAPTION_AND_ICON_INFO
- {
- caption = "S60 Multimedia Framework Lab";
- number_of_icons = 1;
- icon_file = "\resource\apps\S60MMFLab.mif";
- };
- }
- // End of File