diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/handleraif_8rss_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/handleraif_8rss_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,50 @@ + + +
+ +00001 /* +00002 * ============================================================================ +00003 * Name : handler.rss +00004 * Part of : handler +00005 * Created : 15/06/2006 by Forum Nokia +00006 * Description: +00007 * RSS for creating the aif file for handler. +00008 * Version : 1.0 +00009 * Copyright: Nokia Corporation +00010 * ============================================================================ +00011 */ +00012 +00013 #include <aiftool.rh> +00014 +00015 RESOURCE AIF_DATA +00016 { +00017 app_uid=0x0F084DF7; +00018 num_icons=2; +00019 //embeddability=KAppNotEmbeddable; +00020 embeddability=KAppEmbeddable; +00021 newfile=KAppDoesNotSupportNewFile; +00022 +00023 datatype_list = +00024 { +00025 DATATYPE +00026 { +00027 priority = EDataTypePriorityHigh; +00028 type = "application/something-totally-new"; +00029 } +00030 }; +00031 +00032 } +00033 +00034 // End of File +