servicediscoveryandcontrol/pnp/test/upnp/unittests/upnpdescriptiontest/xml_input_files/devicedesc_input1.xml
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <root xmlns="urn:schemas-upnp-org:device-1-0">
       
     3    <specVersion>
       
     4       <major>1</major>
       
     5       <minor>0</minor>
       
     6    </specVersion>
       
     7    <URLBase>		
       
     8    		helloworld
       
     9    </URLBase>
       
    10    <device>
       
    11       <deviceType>		urn:schemas-upnp-org:device:BinaryLight:1</deviceType>
       
    12 	  <dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">DMS-1.50</dlna:X_DLNADOC>
       
    13 	  <dlna:X_DLNACAP xmlns:dlna="urn:schemas-dlna-org:device-1-0">av-upload,image-upload,audio-upload</dlna:X_DLNACAP>
       
    14       <presentationURL>/</presentationURL>
       
    15       <friendlyName>Light (BAN-KIRANP01)</friendlyName>
       
    16       <manufacturer>Intel Corporation</manufacturer>
       
    17       <manufacturerURL>http://www.intel.com</manufacturerURL>
       
    18       <modelDescription>Software Emulated Light Bulb</modelDescription>
       
    19       <modelName>Intel CLR Emulated Light Bulb</modelName>
       
    20       <modelNumber>XPC-L1</modelNumber>
       
    21       <modelURL>http://www.intel.com/xpc</modelURL>
       
    22       <UDN>uuid:6a87ea9b-5821-4cef-9447-a1b67074b157</UDN>
       
    23 	  <UPC>uuid:6a87ea9b-5821-4cef-9447-a1b67074a348</UPC>
       
    24 	  <serialNumber>13248383</serialNumber>
       
    25       <iconList>
       
    26          <icon>
       
    27             <mimetype>image/png</mimetype>
       
    28             <width>32</width>
       
    29             <height>32</height>
       
    30             <depth>32</depth>
       
    31             <url>/icon.png</url>
       
    32          </icon>
       
    33       </iconList>
       
    34       <serviceList>
       
    35          <service>
       
    36             <serviceType>urn:schemas-upnp-org:service:DimmingService:1</serviceType>
       
    37             <serviceId>urn:upnp-org:serviceId:DimmingService.0001</serviceId>
       
    38             <SCPDURL>_urn:upnp-org:serviceId:DimmingService.0001_scpd.xml</SCPDURL>
       
    39             <controlURL>_urn:upnp-org:serviceId:DimmingService.0001_control</controlURL>
       
    40             <eventSubURL>_urn:upnp-org:serviceId:DimmingService.0001_event</eventSubURL>
       
    41          </service>
       
    42          <service>
       
    43             <serviceType>urn:schemas-upnp-org:service:SwitchPower:1</serviceType>
       
    44             <serviceId>urn:upnp-org:serviceId:SwitchPower.0001</serviceId>
       
    45             <SCPDURL>_urn:upnp-org:serviceId:SwitchPower.0001_scpd.xml</SCPDURL>
       
    46             <controlURL>_urn:upnp-org:serviceId:SwitchPower.0001_control</controlURL>
       
    47             <eventSubURL>_urn:upnp-org:serviceId:SwitchPower.0001_event</eventSubURL>
       
    48          </service>
       
    49       </serviceList>
       
    50    </device>
       
    51 </root>