30
|
1 |
<?xml version="1.0" encoding="utf-8" ?>
|
|
2 |
<service>
|
|
3 |
<name>com.nokia.Videos</name>
|
|
4 |
<filepath>No path</filepath>
|
|
5 |
<description>Video services</description>
|
|
6 |
<interface>
|
|
7 |
<name>IVideoFetch</name>
|
|
8 |
<version>1.0</version>
|
|
9 |
<description>Interface to fetch video URI</description>
|
|
10 |
</interface>
|
|
11 |
<interface>
|
|
12 |
<name>IVideoView</name>
|
|
13 |
<version>1.0</version>
|
|
14 |
<description>Interface to play a video</description>
|
36
|
15 |
</interface>
|
|
16 |
<interface>
|
|
17 |
<name>com.nokia.symbian.IFileView</name>
|
|
18 |
<version>1.0</version>
|
|
19 |
<description>Interface for playing video given a QFile</description>
|
|
20 |
</interface>
|
|
21 |
<interface>
|
|
22 |
<name>IVideoBrowse</name>
|
|
23 |
<version>1.0</version>
|
|
24 |
<description>Interface to browse categorized video content</description>
|
|
25 |
</interface>
|
30
|
26 |
</service>
|