messagingapp/msgservices/msgserviceapp/service_conf.xml
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:32:06 +0100
branchGCC_SURGE
changeset 47 5b14749788d7
parent 34 84197e66a4bd
child 70 a15d9966050f
permissions -rw-r--r--
Catchup to latest Symbian^4

<?xml version="1.0" encoding="utf-8" ?>  
<service>
  <name>messaging</name>
  <filepath>No path</filepath>
  <description>Messaging services</description>
  <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>