~ubuntu-branches/ubuntu/hardy/coherence/hardy

« back to all changes in this revision

Viewing changes to coherence/upnp/core/xml-service-descriptions/MediaServer2.xml

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Quette
  • Date: 2007-08-02 10:48:40 UTC
  • Revision ID: james.westby@ubuntu.com-20070802104840-ip4jij6unufqno1p
Tags: upstream-0.4.0
ImportĀ upstreamĀ versionĀ 0.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--============================================================
 
2
Title: UPnP AV MediaServer:2 Device Template
 
3
 
 
4
Purpose:
 
5
To identify the required and optional services
 
6
defined by this device type.
 
7
 
 
8
NOTE: This file uses tabs (not spaces) for block indentation.
 
9
Any updates to this file should maintain this convention.
 
10
This includes disabling any automatic tab-to-space conversion
 
11
feature enabled by your editor. 
 
12
============================================================-->
 
13
<device>
 
14
        <serviceList>
 
15
                <service>
 
16
                        <serviceType>urn:schemas-upnp-org:service:ContentDirectory:2</serviceType>
 
17
                        <serviceId>ContentDirectory</serviceId>
 
18
                </service>
 
19
                <service>
 
20
                        <serviceType>urn:schemas-upnp-org:service:ConnectionManager:2</serviceType>
 
21
                        <serviceId>ConnectionManager</serviceId>
 
22
                </service>
 
23
                <service>
 
24
                        <Optional/>
 
25
                        <serviceType>urn:schemas-upnp-org:service:AVTransport:2</serviceType>
 
26
                        <serviceId>AVTransport</serviceId>
 
27
                </service>
 
28
                <service>
 
29
                        <Optional/>
 
30
                        <serviceType>urn:schemas-upnp-org:service:ScheduledRecording:1</serviceType>
 
31
                        <serviceId>ScheduledRecording</serviceId>
 
32
                </service>
 
33
        </serviceList>
 
34
</device>