00001 /* 00002 ============================================================================ 00003 Name : ExeLauncher_UIQ3_reg.rss 00004 Author : Hamish Willee 00005 Version : 00006 Copyright : (C) Symbian 2007 00007 Description : This is the registration file for ExeLauncher_UIQ3. 00008 ============================================================================ 00009 */ 00010 00011 // All registration files need to #include appinfo.rh. 00012 #include <AppInfo.rh> 00013 00014 // All registration files must define UID2, which is always 00015 // KUidAppRegistrationResourceFile, and UID3, which is the application's UID. 00016 UID2 KUidAppRegistrationResourceFile 00017 UID3 0xE8ED1B0A // application UID 00018 00019 // Registration file need to containo an APP_REGISTRATION_INFO resource that 00020 // minimally needs to provide the name of the application binary (using the 00021 // app_file statement). 00022 RESOURCE APP_REGISTRATION_INFO 00023 { 00024 app_file = "ExeLauncher_UIQ3"; // filename of application binary (minus extension) 00025 // Specify the location of the localisable icon/caption definition file 00026 localisable_resource_file = "\\Resource\\Apps\\ExeLauncher_UIQ3_loc"; 00027 } 00028