qthighway/examples/serviceapp/service_conf.xml
branchRCL_3
changeset 9 5d007b20cfd0
equal deleted inserted replaced
8:885c2596c964 9:5d007b20cfd0
       
     1 <?xml version="1.0" encoding="utf-8" ?>
       
     2 <service>
       
     3   <name>serviceapp</name>
       
     4   <filepath>No path</filepath>
       
     5   <description>Telephony service</description>
       
     6   <interface>
       
     7      <name>Dialer</name>
       
     8      <version>1.0</version>
       
     9      <description>Interface which may do something</description>
       
    10      <customproperty key="aiw_status">0x00000001</customproperty>
       
    11      <customproperty key="deprecatedsn">com.nokia.services.serviceapp</customproperty>
       
    12    </interface>
       
    13   <interface>
       
    14      <name>com.nokia.symbian.IUriView</name>
       
    15      <version>1.0</version>
       
    16      <description>Interface for showing URIs</description>
       
    17      <customproperty key="schemes">testto,test2to</customproperty>
       
    18      <customproperty key="deprecatedsn">com.nokia.services.serviceapp</customproperty>
       
    19   </interface>
       
    20   <interface>
       
    21      <name>com.nokia.symbian.IFileView</name>
       
    22      <version>1.0</version>
       
    23      <description>Interface for showing Files</description>
       
    24      <customproperty key="deprecatedsn">com.nokia.services.serviceapp</customproperty>
       
    25    </interface>
       
    26 </service>