diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/txdeinstall__reg_8rss_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/txdeinstall__reg_8rss_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,37 @@ + + +
+ +00001 // helloworld_reg.rss +00002 // +00003 // Copyright (c) 2005 SysOpen Digia Plc. All rights reserved. +00004 // +00005 +00006 #include <appinfo.rh> +00007 +00008 UID2 KUidAppRegistrationResourceFile +00009 UID3 0xA0001748 +00010 +00011 RESOURCE APP_REGISTRATION_INFO +00012 { +00013 app_file="Txdeinstall"; +00014 +00015 //localisable_resource_file="\\resource\\apps\\HelloWorld_loc"; +00016 +00017 hidden = KAppNotHidden; +00018 embeddability = KAppNotEmbeddable; +00019 newfile = KAppDoesNotSupportNewFile; +00020 +00021 } +