summaryrefslogtreecommitdiff
path: root/src/components/interfaces/HMI_API.xml
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2019-02-18 13:51:54 -0500
committerjacobkeeler <jacob.keeler@livioradio.com>2019-02-18 13:51:54 -0500
commit1660c7950143cf1b79b8e5b1fabd2d18ad95af6f (patch)
treed27693cbabdfc145639616b9f9106035fbee0735 /src/components/interfaces/HMI_API.xml
parentcc8cd684d68306a3c09436a6ae8ab7ec70df1a94 (diff)
downloadsdl_core-1660c7950143cf1b79b8e5b1fabd2d18ad95af6f.tar.gz
Update AppServiceType usage in RPC spec after revisions
Diffstat (limited to 'src/components/interfaces/HMI_API.xml')
-rw-r--r--src/components/interfaces/HMI_API.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 2a9be1954b..adef6a87cc 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -3572,7 +3572,7 @@
<description> Unique name of this service </description>
</param>
- <param name="serviceType" type="Common.AppServiceType" mandatory="true">
+ <param name="serviceType" type="String" mandatory="true">
<description> The type of service that is to be offered by this app </description>
</param>
@@ -3627,7 +3627,7 @@
<struct name="AppServiceData">
<description> Contains all the current data of the app service. The serviceType will link to which of the service data objects are included in this object. (eg if service type equals MEDIA, the mediaServiceData param should be included.</description>
- <param name="serviceType" type="Common.AppServiceType" mandatory="true"/>
+ <param name="serviceType" type="String" mandatory="true"/>
<param name="serviceID" type="String" mandatory="true"/>
<param name="mediaServiceData" type="Common.MediaServiceData" mandatory="false"/>