servicediscoveryandcontrol/pnp/test/upnp/unittests/upnpdescriptiontest/xml_input_files/devicedesc_inputneg12.xml
changeset 0 f5a58ecadc66
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/servicediscoveryandcontrol/pnp/test/upnp/unittests/upnpdescriptiontest/xml_input_files/devicedesc_inputneg12.xml	Tue Feb 02 01:12:20 2010 +0200
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root xmlns="urn:schemas-upnp-org:device-1-0">
+   <specVersion>
+      <major>1</major>
+      <minor>0</minor>
+   </specVersion>
+   <URLBase>helloworld</URLBase>
+   <device>
+      <deviceType>urn:schemas-upnp-org:device:BinaryLight:1</deviceType>
+	  <dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">DMS-1.50</dlna:X_DLNADOC>
+      <presentationURL>/</presentationURL>
+      <friendlyName>Light (BAN-KIRANP01)</friendlyName>
+      <manufacturer>Intel Corporation</manufacturer>
+      <manufacturerURL>http://www.intel.com</manufacturerURL>
+      <modelDescription>Software Emulated Light Bulb</modelDescription>
+      <modelName>Intel CLR Emulated Light Bulb</modelName>
+      <modelNumber>XPC-L1</modelNumber>
+      <modelURL>http://www.intel.com/xpc</modelURL>
+	  <UPC>uuid:6a87ea9b-5821-4cef-9447-a1b67074a348</UPC>
+	  <serialNumber>13248383</serialNumber>
+      <iconList>
+         <icon>
+            <mimetype>image/png</mimetype>
+            <width>32</width>
+            <height>32</height>
+            <depth>32</depth>
+            <url>/icon.png</url>
+         </icon>
+      </iconList>
+      <serviceList>
+         <service>
+            <serviceType>urn:schemas-upnp-org:service:DimmingService:1</serviceType>
+            <serviceId>urn:upnp-org:serviceId:DimmingService.0001</serviceId>
+            <SCPDURL>_urn:upnp-org:serviceId:DimmingService.0001_scpd.xml</SCPDURL>
+            <controlURL>_urn:upnp-org:serviceId:DimmingService.0001_control</controlURL>
+            <eventSubURL>_urn:upnp-org:serviceId:DimmingService.0001_event</eventSubURL>
+         </service>
+         <service>
+            <serviceType>urn:schemas-upnp-org:service:SwitchPower:1</serviceType>
+            <serviceId>urn:upnp-org:serviceId:SwitchPower.0001</serviceId>
+            <SCPDURL>_urn:upnp-org:serviceId:SwitchPower.0001_scpd.xml</SCPDURL>
+            <controlURL>_urn:upnp-org:serviceId:SwitchPower.0001_control</controlURL>
+            <eventSubURL>_urn:upnp-org:serviceId:SwitchPower.0001_event</eventSubURL>
+         </service>
+      </serviceList>
+   </device>
+</root>
\ No newline at end of file