SymbianUI shall use LogNull.
[dftpd.git] / resource / dftpd.rss
bloba03361ab0902d7624b42d94e2a2eaea187ebe99f
1 NAME FTPD
3 #include <eikon.rh>
4 #include <avkon.rh>
5 #include <avkon.rsg>
6 #include <appinfo.rh>
7 #include "dftpd.rls"
9 RESOURCE RSS_SIGNATURE
13 RESOURCE TBUF r_default_document_name
15         buf = "FTPD";
18 RESOURCE EIK_APP_INFO
20         menubar = r_dftpd_menubar;
21         cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
24 RESOURCE MENU_BAR r_dftpd_menubar
26         titles =
27         {
28                 MENU_TITLE { menu_pane = r_dftpd_menu; }
29         };
32 RESOURCE MENU_PANE r_dftpd_menu
34         items =
35         {
36                 MENU_ITEM
37                 {
38                         command = EAknSoftkeyExit;
39                         txt = STRING_r_ftpd_exit;
40                 }
41         };
44 RESOURCE LOCALISABLE_APP_INFO r_helloworldbasic_localisable_app_info
46         short_caption = STRING_r_ftpd_caption_string;
47         caption_and_icon =
48         CAPTION_AND_ICON_INFO
49         {
50                 caption = STRING_r_ftpd_caption_string;
52                 number_of_icons = 0;
53                 icon_file = "";
54         };