videoplayerapp/videoplayer/resources/service_conf.xml
branchRCL_3
changeset 56 839377eedc2b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/videoplayerapp/videoplayer/resources/service_conf.xml	Tue Aug 31 15:15:55 2010 +0300
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<service>
+  <name>videoplayer</name>
+  <filepath>No path</filepath>
+  <description>Video services</description>
+  <interface>
+     <name>IVideoFetch</name>
+     <version>1.0</version>
+     <description>Interface to fetch video URI</description>
+     <customproperty key="deprecatedsn">Video Fetcher</customproperty>
+   </interface>
+  <interface>
+     <name>com.nokia.symbian.IVideoFetch</name>
+     <version>1.0</version>
+     <description>Interface to fetch video URI</description>
+   </interface>
+  <interface>
+     <name>IVideoBrowse</name>
+     <version>1.0</version>
+     <description>Interface to browse categorized video content</description>
+     <customproperty key="deprecatedsn">Video Browse</customproperty>
+   </interface>
+  <interface>
+     <name>com.nokia.symbian.IVideoBrowse</name>
+     <version>1.0</version>
+     <description>Interface to browse categorized video content</description>
+   </interface>
+  <interface>
+     <name>IVideoView</name>
+     <version>1.0</version>
+     <description>Interface to play a video</description>
+     <customproperty key="deprecatedsn">Video View</customproperty>
+  </interface>
+  <interface>
+     <name>com.nokia.symbian.IVideoView</name>
+     <version>1.0</version>
+     <description>Interface to play a video</description>
+  </interface>  
+  <interface>
+     <name>com.nokia.symbian.IFileView</name>
+     <version>1.0</version>
+     <description>Interface for playing video given a QFile</description>
+  </interface>
+  <interface>
+     <name>com.nokia.symbian.IUriView</name>
+     <version>1.0</version>
+     <description>Interface for playing RSTP and MMS</description>
+     <customproperty key="schemes">rtsp, rtspt, rtspu, mms, mmst</customproperty>
+  </interface>  
+</service>
\ No newline at end of file