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