aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/S60v3/scummvm_A0000658_loc.rss
diff options
context:
space:
mode:
authorLars Persson2009-01-08 19:16:58 +0000
committerLars Persson2009-01-08 19:16:58 +0000
commit3c34c2ce74f39481f8ed63ded37a6d81a9f44d41 (patch)
tree428ee25b0e6f23a6efad00579c8167864f93ebf5 /backends/platform/symbian/S60v3/scummvm_A0000658_loc.rss
parentd638ddd3d6fac6b548aa004e419a819b8a6fc95a (diff)
downloadscummvm-rg350-3c34c2ce74f39481f8ed63ded37a6d81a9f44d41.tar.gz
scummvm-rg350-3c34c2ce74f39481f8ed63ded37a6d81a9f44d41.tar.bz2
scummvm-rg350-3c34c2ce74f39481f8ed63ded37a6d81a9f44d41.zip
Add initial files for a secondary exe (to be distributed with in a single pkg file)
svn-id: r35790
Diffstat (limited to 'backends/platform/symbian/S60v3/scummvm_A0000658_loc.rss')
-rw-r--r--backends/platform/symbian/S60v3/scummvm_A0000658_loc.rss22
1 files changed, 22 insertions, 0 deletions
diff --git a/backends/platform/symbian/S60v3/scummvm_A0000658_loc.rss b/backends/platform/symbian/S60v3/scummvm_A0000658_loc.rss
new file mode 100644
index 0000000000..5b045d0459
--- /dev/null
+++ b/backends/platform/symbian/S60v3/scummvm_A0000658_loc.rss
@@ -0,0 +1,22 @@
+#include <AppInfo.rh>
+
+// This file localise the applications icons and caption
+RESOURCE LOCALISABLE_APP_INFO
+ {
+ caption_and_icon =
+ {
+ CAPTION_AND_ICON_INFO
+ {
+ // The caption text is defined in the rls file
+ caption = "ScummVM Pt2";
+ // Icons are used to represent applications in the
+ // application launcher and application title bar.
+ // The number_of_icons value identifies how many icons
+ // that exist in the icon_file.
+ number_of_icons = 1;
+ // Using the application icons.
+ icon_file = "\\Resource\\Apps\\ScummVM.mif";
+ }
+ };
+ }
+