summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rwxr-xr-xhttp/icons/upnpIconLrg.jpegbin6620 -> 0 bytes
-rwxr-xr-xhttp/icons/upnpIconLrg.pngbin17309 -> 0 bytes
-rwxr-xr-xhttp/icons/upnpIconSm.jpegbin2416 -> 0 bytes
-rwxr-xr-xhttp/icons/upnpIconSm.pngbin4769 -> 0 bytes
-rw-r--r--http/xml/cds_scpd.xml145
-rw-r--r--http/xml/cms_scpd.xml133
6 files changed, 0 insertions, 278 deletions
diff --git a/http/icons/upnpIconLrg.jpeg b/http/icons/upnpIconLrg.jpeg
deleted file mode 100755
index 6421267..0000000
--- a/http/icons/upnpIconLrg.jpeg
+++ /dev/null
Binary files differ
diff --git a/http/icons/upnpIconLrg.png b/http/icons/upnpIconLrg.png
deleted file mode 100755
index d93e7c0..0000000
--- a/http/icons/upnpIconLrg.png
+++ /dev/null
Binary files differ
diff --git a/http/icons/upnpIconSm.jpeg b/http/icons/upnpIconSm.jpeg
deleted file mode 100755
index b163f05..0000000
--- a/http/icons/upnpIconSm.jpeg
+++ /dev/null
Binary files differ
diff --git a/http/icons/upnpIconSm.png b/http/icons/upnpIconSm.png
deleted file mode 100755
index d4320f4..0000000
--- a/http/icons/upnpIconSm.png
+++ /dev/null
Binary files differ
diff --git a/http/xml/cds_scpd.xml b/http/xml/cds_scpd.xml
deleted file mode 100644
index dff4252..0000000
--- a/http/xml/cds_scpd.xml
+++ /dev/null
@@ -1,145 +0,0 @@
-<?xml version = "1.0" encoding="UTF-8"?>
-<scpd xmlns="urn:schemas-upnp-org:service-1-0">
-<specVersion>
-<major>1</major>
-<minor>0</minor>
-</specVersion>
-<actionList>
-<action>
-<name>GetSearchCapabilities</name>
-<argumentList>
-<argument>
-<name>SearchCaps</name>
-<direction>out</direction>
-<relatedStateVariable>SearchCapabilities</relatedStateVariable>
-</argument>
-</argumentList>
-</action>
-<action>
-<name>GetSortCapabilities</name>
-<argumentList>
-<argument>
-<name>SortCaps</name>
-<direction>out</direction>
-<relatedStateVariable>SortCapabilities</relatedStateVariable>
-</argument>
-</argumentList>
-</action>
-<action>
-<name>GetSystemUpdateID</name>
-<argumentList>
-<argument>
-<name>Id</name>
-<direction>out</direction>
-<relatedStateVariable>SystemUpdateID</relatedStateVariable>
-</argument>
-</argumentList>
-</action>
-<action>
-<name>Browse</name>
-<argumentList>
-<argument>
-<name>ObjectID</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
-</argument>
-<argument>
-<name>BrowseFlag</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_BrowseFlag</relatedStateVariable>
-</argument>
-<argument>
-<name>Filter</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_Filter</relatedStateVariable>
-</argument>
-<argument>
-<name>StartingIndex</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_Index</relatedStateVariable>
-</argument>
-<argument>
-<name>RequestedCount</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_Count</relatedStateVariable>
-</argument>
-<argument>
-<name>SortCriteria</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_SortCriteria</relatedStateVariable>
-</argument>
-<argument>
-<name>Result</name>
-<direction>out</direction>
-<relatedStateVariable>A_ARG_TYPE_Result</relatedStateVariable>
-</argument>
-<argument>
-<name>NumberReturned</name>
-<direction>out</direction>
-<relatedStateVariable>A_ARG_TYPE_Count</relatedStateVariable>
-</argument>
-<argument>
-<name>TotalMatches</name>
-<direction>out</direction>
-<relatedStateVariable>A_ARG_TYPE_Count</relatedStateVariable>
-</argument>
-<argument>
-<name>UpdateID</name>
-<direction>out</direction>
-<relatedStateVariable>A_ARG_TYPE_UpdateID</relatedStateVariable>
-</argument>
-</argumentList>
-</action>
-</actionList>
-<serviceStateTable>
-<stateVariable sendEvents="no">
-<name>A_ARG_TYPE_ObjectID</name>
-<dataType>string</dataType>
-</stateVariable>
-<stateVariable sendEvents="no">
-<name>A_ARG_TYPE_Result</name>
-<dataType>string</dataType>
-</stateVariable>
-<stateVariable sendEvents="no">
-<name>A_ARG_TYPE_BrowseFlag</name>
-<dataType>string</dataType>
-<allowedValueList>
-<allowedValue>BrowseMetadata</allowedValue>
-<allowedValue>BrowseDirectChildren</allowedValue>
-</allowedValueList>
-</stateVariable>
-<stateVariable sendEvents="no">
-<name>A_ARG_TYPE_Filter</name>
-<dataType>string</dataType>
-</stateVariable>
-<stateVariable sendEvents="no">
-<name>A_ARG_TYPE_SortCriteria</name>
-<dataType>string</dataType>
-</stateVariable>
-<stateVariable sendEvents="no">
-<name>A_ARG_TYPE_Index</name>
-<dataType>ui4</dataType>
-</stateVariable>
-<stateVariable sendEvents="no">
-<name>A_ARG_TYPE_Count</name>
-<dataType>ui4</dataType>
-</stateVariable>
-<stateVariable sendEvents="no">
-<name>A_ARG_TYPE_UpdateID</name>
-<dataType>ui4</dataType>
-</stateVariable>
-<stateVariable sendEvents="no">
-<name>SearchCapabilities</name>
-<dataType>string</dataType>
-</stateVariable>
-<stateVariable sendEvents="no">
-<name>SortCapabilities</name>
-<dataType>string</dataType>
-</stateVariable>
-<stateVariable sendEvents="yes">
-<name>SystemUpdateID</name>
-<dataType>ui4</dataType>
-</stateVariable>
-</serviceStateTable>
-</scpd>
-
diff --git a/http/xml/cms_scpd.xml b/http/xml/cms_scpd.xml
deleted file mode 100644
index e4071f9..0000000
--- a/http/xml/cms_scpd.xml
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scpd xmlns="urn:schemas-upnp-org:service-1-0">
- <specVersion>
- <major>1</major>
- <minor>0</minor>
- </specVersion>
- <actionList>
- <action>
- <name>GetProtocolInfo</name>
- <argumentList>
- <argument>
- <name>Source</name>
- <direction>out</direction>
- <relatedStateVariable>SourceProtocolInfo</relatedStateVariable>
- </argument>
- <argument>
- <name>Sink</name>
- <direction>out</direction>
- <relatedStateVariable>SinkProtocolInfo</relatedStateVariable>
- </argument>
- </argumentList>
- </action>
- <action>
- <name>GetCurrentConnectionIDs</name>
- <argumentList>
- <argument>
- <name>ConnectionIDs</name>
- <direction>out</direction>
- <relatedStateVariable>CurrentConnectionIDs</relatedStateVariable>
- </argument>
- </argumentList>
- </action>
- <action>
- <name>GetCurrentConnectionInfo</name>
- <argumentList>
- <argument>
- <name>ConnectionID</name>
- <direction>in</direction>
- <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
- </argument>
- <argument>
- <name>RcsID</name>
- <direction>out</direction>
- <relatedStateVariable>A_ARG_TYPE_RcsID</relatedStateVariable>
- </argument>
- <argument>
- <name>AVTransportID</name>
- <direction>out</direction>
- <relatedStateVariable>A_ARG_TYPE_AVTransportID</relatedStateVariable>
- </argument>
- <argument>
- <name>ProtocolInfo</name>
- <direction>out</direction>
- <relatedStateVariable>A_ARG_TYPE_ProtocolInfo</relatedStateVariable>
- </argument>
- <argument>
- <name>PeerConnectionManager</name>
- <direction>out</direction>
- <relatedStateVariable>A_ARG_TYPE_ConnectionManager</relatedStateVariable>
- </argument>
- <argument>
- <name>PeerConnectionID</name>
- <direction>out</direction>
- <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
- </argument>
- <argument>
- <name>Direction</name>
- <direction>out</direction>
- <relatedStateVariable>A_ARG_TYPE_Direction</relatedStateVariable>
- </argument>
- <argument>
- <name>Status</name>
- <direction>out</direction>
- <relatedStateVariable>A_ARG_TYPE_ConnectionStatus</relatedStateVariable>
- </argument>
- </argumentList>
- </action>
- </actionList>
- <serviceStateTable>
- <stateVariable sendEvents="yes">
- <name>SourceProtocolInfo</name>
- <dataType>string</dataType>
- </stateVariable>
- <stateVariable sendEvents="yes">
- <name>SinkProtocolInfo</name>
- <dataType>string</dataType>
- </stateVariable>
- <stateVariable sendEvents="yes">
- <name>CurrentConnectionIDs</name>
- <dataType>string</dataType>
- </stateVariable>
- <stateVariable sendEvents="no">
- <name>A_ARG_TYPE_ConnectionStatus</name>
- <dataType>string</dataType>
- <allowedValueList>
- <allowedValue>OK</allowedValue>
- <allowedValue>ContentFormatMismatch</allowedValue>
- <allowedValue>InsufficientBandwidth</allowedValue>
- <allowedValue>UnreliableChannel</allowedValue>
- <allowedValue>Unknown</allowedValue>
- </allowedValueList>
- </stateVariable>
- <stateVariable sendEvents="no">
- <name>A_ARG_TYPE_ConnectionManager</name>
- <dataType>string</dataType>
- </stateVariable>
- <stateVariable sendEvents="no">
- <name>A_ARG_TYPE_Direction</name>
- <dataType>string</dataType>
- <allowedValueList>
- <allowedValue>Input</allowedValue>
- <allowedValue>Output</allowedValue>
- </allowedValueList>
- </stateVariable>
- <stateVariable sendEvents="no">
- <name>A_ARG_TYPE_ProtocolInfo</name>
- <dataType>string</dataType>
- </stateVariable>
- <stateVariable sendEvents="no">
- <name>A_ARG_TYPE_ConnectionID</name>
- <dataType>i4</dataType>
- </stateVariable>
- <stateVariable sendEvents="no">
- <name>A_ARG_TYPE_AVTransportID</name>
- <dataType>i4</dataType>
- </stateVariable>
- <stateVariable sendEvents="no">
- <name>A_ARG_TYPE_RcsID</name>
- <dataType>i4</dataType>
- </stateVariable>
- </serviceStateTable>
-</scpd>
-