Disable the distribution and advertisement of the ConnectionManager service.
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Wed, 2 Jul 2008 15:35:46 +0000 (15:35 +0000)
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Wed, 2 Jul 2008 15:35:46 +0000 (15:35 +0000)
svn path=/trunk/; revision=192

ChangeLog
data/xml/Makefile.am
data/xml/description-xbox360.xml
data/xml/description.xml

index 825b2cc..834cf03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2008-07-02  Zeeshan Ali Khattak  <zeenix@gmail.com>
 
+       * data/xml/Makefile.am:
+       * data/xml/description-xbox360.xml:
+       * data/xml/description.xml:
+
+       Disable the distribution and advertisement of the yet unimplemented
+       ConnectionManager service.
+
+2008-07-02  Zeeshan Ali Khattak  <zeenix@gmail.com>
+
        * src/gupnp-media-tracker.vala:
 
         A temporary hack to make Vala compiler free string in structs. We need
index 3074fc7..c23d325 100644 (file)
@@ -1,5 +1,4 @@
 xml_DATA = description.xml \
-          ConnectionManager.xml \
           ContentDirectory.xml \
           X_MS_MediaReceiverRegistrar1.xml \
           description-xbox360.xml
index 9475879..19b4e9b 100644 (file)
@@ -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>
index 262710d..a5c2b4b 100644 (file)
@@ -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>