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 }