1 #include <appinfo.rh>
\r
4 #define EViewIdPrimaryView 1
\r
6 // This file localise the applications icons and caption
\r
7 RESOURCE LOCALISABLE_APP_INFO
\r
11 CAPTION_AND_ICON_INFO
\r
13 caption = "PicoDrive";
\r
14 // Icons are used to represent applications in the
\r
15 // application launcher and application title bar.
\r
16 // The number_of_icons value identifies how many icons
\r
17 // that exist in the icon_file.
\r
18 number_of_icons = 3;
\r
19 // Using the application icons.
\r
20 icon_file = "\\Resource\\Apps\\PicoDrive.mbm";
\r
28 uid=EViewIdPrimaryView;
\r
32 CAPTION_AND_ICON_INFO
\r
34 caption = "PicoDrive";
\r
35 number_of_icons = 3;
\r
36 icon_file = "\\Resource\\Apps\\PicoDrive.mbm";
\r
43 uid=EViewIdPrimaryView;
\r
44 screen_mode=EQikScreenModeSmallPortrait;
\r
47 CAPTION_AND_ICON_INFO
\r
49 caption = "PicoDrive";
\r
50 number_of_icons = 3;
\r
51 icon_file = "\\Resource\\Apps\\PicoDrive.mbm";
\r