summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorAndrey Oleynik <aoleynik@luxoft.com>2016-04-28 11:48:01 +0300
committerAndrey Oleynik <aoleynik@luxoft.com>2016-04-28 11:48:01 +0300
commita0bec2f83bf5dbe426edd76b437671ea3eabae78 (patch)
tree83fc16fa22e6e0918baa014f45c7797d7dfcdc94 /src/components
parentd71ac02fbcff2b1f4f19b09b4496d0794ff70845 (diff)
downloadsdl_core-a0bec2f83bf5dbe426edd76b437671ea3eabae78.tar.gz
Changes HMI API for SystemRequest, OnSystemRequest
Parameter policyAppId should be replaced with appID and new parameter type must be changed to integer. Implements: APPLINK-24247. APPLINK-24248
Diffstat (limited to 'src/components')
-rw-r--r--src/components/interfaces/HMI_API.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index d5e4e879fe..6b093505b7 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1206,8 +1206,8 @@
<param name="url" type="String" mandatory="true">
<description>Get URL based on service type.</description>
</param>
- <param name="policyAppId" type="String" mandatory="false">
- <description>Used if URL needed are specific for application.</description>
+ <param name="appID" type="Integer" mandatory="false">
+ <description>ID of application that requested this RPC.</description>
</param>
</struct>
<!-- End of Policies -->
@@ -2230,7 +2230,7 @@
<param name="fileName" type="String" maxlength="255" minlength="1" mandatory="true">
<description>File reference name.</description>
</param>
- <param name="appID" type="String" maxlength="50" minlength="1" mandatory="false">
+ <param name="appID" type="Integer" mandatory="false">
<description>ID of application that requested this RPC.</description>
</param>
</function>
@@ -2242,7 +2242,7 @@
<param name="fileName" type="String" maxlength="255" minlength="1" mandatory="true">
<description>The path to file.</description>
</param>
- <param name="appID" type="String" maxlength="50" minlength="1" mandatory="false">
+ <param name="appID" type="Integer" mandatory="false">
<description>ID of application that requested this RPC.</description>
</param>
</function>