initial import
[picodrive.git] / platform / s60 / PicoDrive_reg.rss
diff --git a/platform/s60/PicoDrive_reg.rss b/platform/s60/PicoDrive_reg.rss
new file mode 100644 (file)
index 0000000..d1d9363
--- /dev/null
@@ -0,0 +1,18 @@
+// 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 0xA00007BE // 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
+\r