removed out-of-date s60 stuff
[picodrive.git] / platform / s60 / PicoDrive_reg.rss
diff --git a/platform/s60/PicoDrive_reg.rss b/platform/s60/PicoDrive_reg.rss
deleted file mode 100644 (file)
index d1d9363..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-// 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