switch Cyclone to submodule on it's own git repo
[picodrive.git] / platform / uiq3 / rsc / picodrive_reg.rss
CommitLineData
cc68a136 1// All registration files need to #include appinfo.rh. \r
ca482e5d 2#include <appinfo.rh>\r
cc68a136 3\r
4// All registration files must define UID2, which is always \r
5// KUidAppRegistrationResourceFile, and UID3, which is the application's UID.\r
ca482e5d 6// ? UID2 KUidAppRegistrationResourceFile\r
7// ? UID3 0xA00010F3 // application UID\r
cc68a136 8\r
9// Registration file need to containo an APP_REGISTRATION_INFO resource that\r
10// minimally needs to provide the name of the application binary (using the \r
11// app_file statement). \r
12RESOURCE APP_REGISTRATION_INFO\r
13 {\r
14 app_file = "PicoDrive"; // filename of application binary (minus extension)\r
15 // Specify the location of the localisable icon/caption definition file\r
16 localisable_resource_file = "\\Resource\\Apps\\PicoDrive_loc";\r
17 }\r