00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #include "Helloworldbasic.rls"
00017 #include <appinfo.rh>
00018 #include <Helloworldbasic.rsg>
00019
00020 UID2 KUidAppRegistrationResourceFile
00021 UID3 0xA000017F
00022
00023 RESOURCE APP_REGISTRATION_INFO
00024 {
00025 app_file="HelloWorldBasic";
00026 localisable_resource_file = STRING_r_helloworldbasic_loc_resource_file_1;
00027 localisable_resource_id = R_HELLOWORLDBASIC_LOCALISABLE_APP_INFO;
00028
00029 embeddability=KAppNotEmbeddable;
00030 newfile=KAppDoesNotSupportNewFile;
00031 }
00032