main/service_conf.xml
author Sebastian Brannstrom <sebastianb@symbian.org>
Tue, 15 Jun 2010 15:48:10 +0100
branchGCC_SURGE
changeset 37 037d3521c147
parent 29 2c833fc9e98f
child 71 27f2d7aec52a
permissions -rw-r--r--
Bug 2941 - GCC compilation issues with debug macro string expansion fixed

<?xml version="1.0" encoding="utf-8" ?>
<service>
  <name>photos</name>
  <filepath>No path</filepath>
  <description>Image Fetcher</description>
  <interface>
     <name>Image</name>
     <version>1.0</version>
     <description>Interface which may do something</description>
     <customproperty key="deprecatedsn">com.nokia.services.media</customproperty>
   </interface>
  <interface>
     <name>com.nokia.symbian.IImageFetch</name>
     <version>1.0</version>
     <description>Interface which may do something</description>
   </interface>
  <interface>
     <name>com.nokia.symbian.IFileView</name>
     <version>1.0</version>
     <description>Interface for showing Files</description>
   </interface>
</service>