summaryrefslogtreecommitdiff
path: root/src/components/interfaces/HMI_API.xml
diff options
context:
space:
mode:
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"/>