initial import
[picodrive.git] / platform / uiq3 / rsc / PicoDrive_reg.rss
diff --git a/platform/uiq3/rsc/PicoDrive_reg.rss b/platform/uiq3/rsc/PicoDrive_reg.rss
new file mode 100644 (file)
index 0000000..2b2e4d8
--- /dev/null
@@ -0,0 +1,17 @@
+// All registration files need to #include appinfo.rh. \r
+#include <AppInfo.rh>\r
+\r
+// All registration files must define UID2, which is always \r
+// KUidAppRegistrationResourceFile, and UID3, which is the application's UID.\r
+UID2 KUidAppRegistrationResourceFile\r
+UID3 0xA00010F3 // application UID\r
+\r
+// Registration file need to containo an APP_REGISTRATION_INFO resource that\r
+// minimally needs to provide the name of the application binary (using the \r
+// app_file statement). \r
+RESOURCE APP_REGISTRATION_INFO\r
+       {\r
+       app_file = "PicoDrive"; // filename of application binary (minus extension)\r
+       // Specify the location of the localisable icon/caption definition file\r
+       localisable_resource_file = "\\Resource\\Apps\\PicoDrive_loc";\r
+       }\r