UIQ3 update, some makefile unification, rm old configs, stuff
[picodrive.git] / platform / uiq3 / rsc / picodrive_loc.rss
diff --git a/platform/uiq3/rsc/picodrive_loc.rss b/platform/uiq3/rsc/picodrive_loc.rss
new file mode 100644 (file)
index 0000000..32b6475
--- /dev/null
@@ -0,0 +1,56 @@
+#include <appinfo.rh>\r
+#include <qikon.hrh>\r
+\r
+#define EViewIdPrimaryView 1\r
+\r
+// This file localise the applications icons and caption\r
+RESOURCE LOCALISABLE_APP_INFO\r
+{\r
+       caption_and_icon =\r
+       {\r
+               CAPTION_AND_ICON_INFO\r
+               {\r
+                       caption = "PicoDrive";\r
+                       // Icons are used to represent applications in the \r
+                       // application launcher and application title bar.\r
+                       // The number_of_icons value identifies how many icons \r
+                       // that exist in the icon_file.\r
+                       number_of_icons = 3;\r
+                       // Using the application icons.\r
+                       icon_file = "\\Resource\\Apps\\PicoDrive.mbm";\r
+               }\r
+       };\r
+\r
+       view_list =\r
+       {\r
+               VIEW_DATA\r
+               {\r
+                       uid=EViewIdPrimaryView;\r
+                       screen_mode=0;\r
+                       caption_and_icon =\r
+                       {\r
+                               CAPTION_AND_ICON_INFO\r
+                               {\r
+                                       caption = "PicoDrive";\r
+                                       number_of_icons = 3;\r
+                                       icon_file = "\\Resource\\Apps\\PicoDrive.mbm";\r
+                               }\r
+                       };   \r
+               },\r
+\r
+               VIEW_DATA\r
+               {\r
+                       uid=EViewIdPrimaryView;\r
+                       screen_mode=EQikScreenModeSmallPortrait;\r
+                       caption_and_icon =\r
+                       {\r
+                               CAPTION_AND_ICON_INFO\r
+                               {\r
+                                       caption = "PicoDrive";\r
+                                       number_of_icons = 3;\r
+                                       icon_file = "\\Resource\\Apps\\PicoDrive.mbm";\r
+                               }\r
+                       };   \r
+               }\r
+       };\r
+}\r