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