aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/S60v3/scummvm_A0000658_reg.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_reg.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_reg.rss')
-rw-r--r--backends/platform/symbian/S60v3/scummvm_A0000658_reg.rss18
1 files changed, 18 insertions, 0 deletions
diff --git a/backends/platform/symbian/S60v3/scummvm_A0000658_reg.rss b/backends/platform/symbian/S60v3/scummvm_A0000658_reg.rss
new file mode 100644
index 0000000000..1b1cc9e64f
--- /dev/null
+++ b/backends/platform/symbian/S60v3/scummvm_A0000658_reg.rss
@@ -0,0 +1,18 @@
+// All registration files need to #include appinfo.rh.
+#include <AppInfo.rh>
+
+// All registration files must define UID2, which is always
+// KUidAppRegistrationResourceFile, and UID3, which is the application's UID.
+UID2 KUidAppRegistrationResourceFile
+UID3 0xA0000658 // application UID
+
+// Registration file need to containo an APP_REGISTRATION_INFO resource that
+// minimally needs to provide the name of the application binary (using the
+// app_file statement).
+RESOURCE APP_REGISTRATION_INFO
+ {
+ app_file = "ScummVM_A0000658"; // filename of application binary (minus extension)
+ // Specify the location of the localisable icon/caption definition file
+ localisable_resource_file = "\\Resource\\Apps\\ScummVM_A0000658_loc";
+ }
+