qthighway/examples/hbserviceprovider/service_conf.xml
branchRCL_3
changeset 10 cd2778e5acfe
parent 9 5d007b20cfd0
child 11 19a54be74e5e
equal deleted inserted replaced
9:5d007b20cfd0 10:cd2778e5acfe
     1 <?xml version="1.0" encoding="utf-8" ?>
       
     2 <service>
       
     3   <name>com.nokia.services.hbserviceprovider</name>
       
     4   <filepath>="must-not-be-empty"</filepath>
       
     5   <description>Telephony service</description>
       
     6   <interface>
       
     7      <name>Dialer</name>
       
     8      <version>1.0</version>
       
     9      <description>Dial interface</description>
       
    10      <customproperty key="aiw_action_text_file">hbserviceprovider</customproperty>
       
    11      <customproperty key="aiw_action_text">txt_aiw_action_text</customproperty>
       
    12   </interface>
       
    13   <interface>
       
    14      <name>Map</name>
       
    15      <version>1.0</version>
       
    16      <description>Map interface</description>
       
    17   </interface>
       
    18 </service>