qthighway/examples/serviceapp/service_conf.xml
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qthighway/examples/serviceapp/service_conf.xml	Fri Apr 16 15:51:22 2010 +0300
+++ b/qthighway/examples/serviceapp/service_conf.xml	Mon May 03 13:18:40 2010 +0300
@@ -1,22 +1,26 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <service>
-  <name>com.nokia.services.serviceapp</name>
+  <name>serviceapp</name>
   <filepath>No path</filepath>
   <description>Telephony service</description>
   <interface>
      <name>Dialer</name>
      <version>1.0</version>
      <description>Interface which may do something</description>
+     <customproperty key="aiw_status">0x00000001</customproperty>
+     <customproperty key="deprecatedsn">com.nokia.services.serviceapp</customproperty>
    </interface>
   <interface>
      <name>com.nokia.symbian.IUriView</name>
      <version>1.0</version>
      <description>Interface for showing URIs</description>
      <customproperty key="schemes">testto</customproperty>
-   </interface>
+     <customproperty key="deprecatedsn">com.nokia.services.serviceapp</customproperty>
+  </interface>
   <interface>
      <name>com.nokia.symbian.IFileView</name>
      <version>1.0</version>
      <description>Interface for showing Files</description>
+     <customproperty key="deprecatedsn">com.nokia.services.serviceapp</customproperty>
    </interface>
 </service>
\ No newline at end of file