videoplayerapp/hbvideoplayer/resources/service_conf.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 14:59:52 +0300
changeset 15 cf5481c2bc0b
child 17 69946d1824c4
permissions -rw-r--r--
Revision: 201011 Kit: 201015

<?xml version="1.0" encoding="utf-8" ?>
<service>
  <name>com.nokia.Videos</name>
  <filepath>No path</filepath>
  <description>Video services</description>
  <interface>
     <name>IVideoFetch</name>
     <version>1.0</version>
     <description>Interface to fetch video URI</description>
   </interface>
  <interface>
     <name>IVideoView</name>
     <version>1.0</version>
     <description>Interface to play a video</description>
   </interface>
</service>