rygel r81 - in trunk: . data/xml



Author: zeeshanak
Date: Tue Oct 28 20:59:49 2008
New Revision: 81
URL: http://svn.gnome.org/viewvc/rygel?rev=81&view=rev

Log:
Disable the distribution and advertisement of the ConnectionManager service.

Modified:
   trunk/ChangeLog
   trunk/data/xml/Makefile.am
   trunk/data/xml/description-xbox360.xml
   trunk/data/xml/description.xml

Modified: trunk/data/xml/Makefile.am
==============================================================================
--- trunk/data/xml/Makefile.am	(original)
+++ trunk/data/xml/Makefile.am	Tue Oct 28 20:59:49 2008
@@ -1,5 +1,4 @@
 xml_DATA = description.xml \
-	   ConnectionManager.xml \
 	   ContentDirectory.xml \
 	   X_MS_MediaReceiverRegistrar1.xml \
 	   description-xbox360.xml

Modified: trunk/data/xml/description-xbox360.xml
==============================================================================
--- trunk/data/xml/description-xbox360.xml	(original)
+++ trunk/data/xml/description-xbox360.xml	Tue Oct 28 20:59:49 2008
@@ -23,6 +23,8 @@
 <eventSubURL>/ContentDirectory/Event</eventSubURL>
 <controlURL>/ContentDirectory/Control</controlURL>
 </service>
+<!-- FIXME: Implement the service, uncomment these lines and enable the
+            distribution of the SCPD in the build.
 <service>
 <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
 <serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
@@ -30,6 +32,7 @@
 <eventSubURL>/ConnectionManager/Event</eventSubURL>
 <controlURL>/ConnectionManager/Control</controlURL>
 </service>
+-->
 <service>
 <serviceType>urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1</serviceType>
 <serviceId>urn:microsoft.com:serviceId:X_MS_MediaReceiverRegistrar</serviceId>

Modified: trunk/data/xml/description.xml
==============================================================================
--- trunk/data/xml/description.xml	(original)
+++ trunk/data/xml/description.xml	Tue Oct 28 20:59:49 2008
@@ -23,6 +23,8 @@
 <eventSubURL>/ContentDirectory/Event</eventSubURL>
 <controlURL>/ContentDirectory/Control</controlURL>
 </service>
+<!-- FIXME: Implement the service, uncomment these lines and enable the
+            distribution of the SCPD in the build.
 <service>
 <serviceType>urn:schemas-upnp-org:service:ConnectionManager:2</serviceType>
 <serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
@@ -30,6 +32,7 @@
 <eventSubURL>/ConnectionManager/Event</eventSubURL>
 <controlURL>/ConnectionManager/Control</controlURL>
 </service>
+-->
 <service>
 <serviceType>urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1</serviceType>
 <serviceId>urn:microsoft.com:serviceId:X_MS_MediaReceiverRegistrar</serviceId>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]