summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-08-09 12:57:43 +0200
committerJens Georg <jensg@openismus.com>2013-08-19 10:16:41 +0200
commita323d80c3abb1a2dbf079ffb37116fe7f77af8db (patch)
treef5d7269fbf9c7f8bb16fc24fe7f8ec507cb060ea /data
parent28db7f7b43d1d07989414fae9937b9bce9967dc1 (diff)
downloadrygel-a323d80c3abb1a2dbf079ffb37116fe7f77af8db.tar.gz
server: Add X_GetDLNAUploadProfiles call
Diffstat (limited to 'data')
-rw-r--r--data/xml/ContentDirectory-NoTrack.xml.in28
-rw-r--r--data/xml/ContentDirectory.xml.in26
2 files changed, 53 insertions, 1 deletions
diff --git a/data/xml/ContentDirectory-NoTrack.xml.in b/data/xml/ContentDirectory-NoTrack.xml.in
index aabcbd87..cc8d1250 100644
--- a/data/xml/ContentDirectory-NoTrack.xml.in
+++ b/data/xml/ContentDirectory-NoTrack.xml.in
@@ -297,7 +297,23 @@
</argument>
</argumentList>
</action>
- </actionList>
+
+ <action>
+ <name>X_GetDLNAUploadProfiles</name>
+ <argumentList>
+ <argument>
+ <name>UploadProfiles</name>
+ <direction>in</direction>
+ <relatedStateVariable>X_A_ARG_Type_UploadProfiles</relatedStateVariable>
+ </argument>
+ <argument>
+ <name>SupportedUploadProfiles</name>
+ <direction>out</direction>
+ <relatedStateVariable>X_A_ARG_Type_SupportedUploadProfiles</relatedStateVariable>
+ </argument>
+ </argumentList>
+ </action>
+ </actionList>
<serviceStateTable>
<stateVariable sendEvents="no">
@@ -419,5 +435,15 @@
<name>A_ARG_TYPE_TransferTotal</name>
<dataType>string</dataType>
</stateVariable>
+
+ <stateVariable sendEvents="no">
+ <name>X_A_ARG_Type_UploadProfiles</name>
+ <dataType>string</dataType>
+ </stateVariable>
+
+ <stateVariable sendEvents="no">
+ <name>X_A_ARG_Type_SupportedUploadProfiles</name>
+ <dataType>string</dataType>
+ </stateVariable>
</serviceStateTable>
</scpd>
diff --git a/data/xml/ContentDirectory.xml.in b/data/xml/ContentDirectory.xml.in
index b46f366a..aec67da4 100644
--- a/data/xml/ContentDirectory.xml.in
+++ b/data/xml/ContentDirectory.xml.in
@@ -319,6 +319,22 @@
</argument>
</argumentList>
</action>
+
+ <action>
+ <name>X_GetDLNAUploadProfiles</name>
+ <argumentList>
+ <argument>
+ <name>UploadProfiles</name>
+ <direction>in</direction>
+ <relatedStateVariable>X_A_ARG_Type_UploadProfiles</relatedStateVariable>
+ </argument>
+ <argument>
+ <name>SupportedUploadProfiles</name>
+ <direction>out</direction>
+ <relatedStateVariable>X_A_ARG_Type_SupportedUploadProfiles</relatedStateVariable>
+ </argument>
+ </argumentList>
+ </action>
</actionList>
<serviceStateTable>
@@ -446,5 +462,15 @@
<name>A_ARG_TYPE_TransferTotal</name>
<dataType>string</dataType>
</stateVariable>
+
+ <stateVariable sendEvents="no">
+ <name>X_A_ARG_Type_UploadProfiles</name>
+ <dataType>string</dataType>
+ </stateVariable>
+
+ <stateVariable sendEvents="no">
+ <name>X_A_ARG_Type_SupportedUploadProfiles</name>
+ <dataType>string</dataType>
+ </stateVariable>
</serviceStateTable>
</scpd>