diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/handler__reg_8rss_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/handler__reg_8rss_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,44 @@ + + +
+ +00001 // ==================================================================== +00002 // File: handler_reg.rss +00003 // Created : 27/06/06 by Forum Nokia +00004 // Author: +00005 // Copyright (c): , All rights reserved +00006 // ==================================================================== */ +00007 +00008 //handler application's registration resource file +00009 +00010 #include <appinfo.rh> +00011 +00012 UID2 KUidAppRegistrationResourceFile +00013 UID3 0x0F084DF7 +00014 +00015 RESOURCE APP_REGISTRATION_INFO +00016 { +00017 app_file="handler"; +00018 embeddability = KAppEmbeddable; +00019 datatype_list = +00020 { +00021 DATATYPE +00022 { +00023 priority = EDataTypePriorityHigh; +00024 type = "application/something-totally-new"; +00025 } +00026 }; +00027 +00028 } +