Ecco splash sound fix?
[picodrive.git] / platform / uiq3 / rsc / PicoDrive_reg.rss
CommitLineData
cc68a136 1// All registration files need to #include appinfo.rh. \r
2#include <AppInfo.rh>\r
3\r
4// All registration files must define UID2, which is always \r
5// KUidAppRegistrationResourceFile, and UID3, which is the application's UID.\r
6UID2 KUidAppRegistrationResourceFile\r
7UID3 0xA00010F3 // application UID\r
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