switch Cyclone to submodule on it's own git repo
[picodrive.git] / platform / uiq3 / rsc / picodrive_loc.rss
1 #include <appinfo.rh>\r
2 #include <qikon.hrh>\r
3 \r
4 #define EViewIdPrimaryView 1\r
5 \r
6 // This file localise the applications icons and caption\r
7 RESOURCE LOCALISABLE_APP_INFO\r
8 {\r
9         caption_and_icon =\r
10         {\r
11                 CAPTION_AND_ICON_INFO\r
12                 {\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
21                 }\r
22         };\r
23 \r
24         view_list =\r
25         {\r
26                 VIEW_DATA\r
27                 {\r
28                         uid=EViewIdPrimaryView;\r
29                         screen_mode=0;\r
30                         caption_and_icon =\r
31                         {\r
32                                 CAPTION_AND_ICON_INFO\r
33                                 {\r
34                                         caption = "PicoDrive";\r
35                                         number_of_icons = 3;\r
36                                         icon_file = "\\Resource\\Apps\\PicoDrive.mbm";\r
37                                 }\r
38                         };   \r
39                 },\r
40 \r
41                 VIEW_DATA\r
42                 {\r
43                         uid=EViewIdPrimaryView;\r
44                         screen_mode=EQikScreenModeSmallPortrait;\r
45                         caption_and_icon =\r
46                         {\r
47                                 CAPTION_AND_ICON_INFO\r
48                                 {\r
49                                         caption = "PicoDrive";\r
50                                         number_of_icons = 3;\r
51                                         icon_file = "\\Resource\\Apps\\PicoDrive.mbm";\r
52                                 }\r
53                         };   \r
54                 }\r
55         };\r
56 }\r