www.pudn.com > S60_remote_camera.zip > remotecam.rss
// // RemoteCam.RSS - resource file for RemoteCam Averell application // NAME RECA #include#include #include "remotecam.hrh" #include #include RESOURCE RSS_SIGNATURE {} RESOURCE TBUF16 { buf=""; } RESOURCE EIK_APP_INFO { menubar=r_remotecam_menubar; status_pane=R_AVKON_STATUS_PANE_LAYOUT_USUAL; cba=R_AVKON_SOFTKEYS_OPTIONS_EXIT; // CBA buttons are "Options" and "Exit" } RESOURCE MENU_BAR r_remotecam_menubar { titles = { MENU_TITLE { menu_pane = r_remotecam_options_menu; txt = "Options";} }; } RESOURCE MENU_PANE r_remotecam_options_menu { items = { MENU_ITEM { command = ERemoteCamTakePicture; txt = "Take picture"; }, MENU_ITEM { command = ERemoteCamSave; txt = "Save image"; }, MENU_ITEM { command = EClose; txt = "Close"; } }; }