main/service_conf.xml
author hgs
Wed, 06 Oct 2010 14:49:39 +0530
changeset 71 27f2d7aec52a
parent 41 ae07d189b490
permissions -rw-r--r--
201039_01

<?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>
  <interface>
     <name>com.nokia.symbian.IImageBrowse</name>
     <version>1.0</version>
     <description>Interface for browsing Files</description>
   </interface>
</service>