| 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 |
| 6 | UID2 KUidAppRegistrationResourceFile\r |
| 7 | UID3 0xA00007BE // 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 |
| 12 | RESOURCE 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 |
| 18 | \r |