messagingapp/msgservices/msgserviceapp/service_conf.xml
author hgs
Tue, 31 Aug 2010 18:53:38 +0530
changeset 56 f42d9a78f435
parent 37 518b245aa84c
child 62 fdbe8253b596
permissions -rw-r--r--
201033_02

<?xml version="1.0" encoding="utf-8" ?>  
<service>
  <name>messaging</name>
  <filepath>No path</filepath>
  <description>Messaging services</description>
  <interface>
     <name>com.nokia.symbian.IUriView</name>
     <version>1.0</version>
     <description>Interface for showing URIs</description>
     <customproperty key="schemes">sms,mmsto</customproperty>
  </interface>
  
  <interface>
     <name>com.nokia.symbian.IFileShare</name>
     <version>1.0</version>
     <description>Share UI send interface</description>
     <customproperty key="aiw_action_text_file">messaging</customproperty>
     <customproperty key="aiw_action_text">txt_messaging_list_attach_to_new_message</customproperty>
     <customproperty key="aiw_action_icon">qtg_large_message</customproperty>
     <customproperty key="blocked_mime_types">video/*</customproperty>
  </interface>
  <interface>
      <name>com.nokia.symbian.IMessageSend</name>
     <version>1.0</version>
     <description>Message send Interface</description>
  </interface> 
  <interface>
      <name>com.nokia.symbian.IMessageView</name>
     <version>1.0</version>
     <description>Message view Interface</description>
  </interface>
</service>