tools/createsrc-templates/AsConsole/rsc/SkeletonTemplate_reg.rss
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 // SkeletonTemplate_reg.rss
       
     2 //
       
     3 // [[COPYRIGHT]]
       
     4 //
       
     5 
       
     6 // All registration files need to #include appinfo.rh. 
       
     7 #include <AppInfo.rh>
       
     8 #include "SkeletonTemplateUid.h"
       
     9 
       
    10 UID2 KUidAppRegistrationResourceFile
       
    11 UID3 KSkeletonTemplateUid
       
    12 
       
    13 RESOURCE APP_REGISTRATION_INFO
       
    14 	{
       
    15 	app_file = "SkeletonTemplate"; // filename of application binary (minus extension)
       
    16 	localisable_resource_file = "\\Resource\\Apps\\SkeletonTemplate_loc";
       
    17 	}