summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeodora Kireva <tkireva@luxoft.com>2017-01-16 18:10:30 +0200
committerTeodora Kireva <tkireva@luxoft.com>2017-01-16 18:10:30 +0200
commit2b472ae2b26c95ac0b72c85775af1652255fb6cc (patch)
treea29d68a57f535b8836074cd4bea51cf76ff2fb9b
parent286226bb71de74043ec83070923024cf9c25307c (diff)
downloadsdl_core-2b472ae2b26c95ac0b72c85775af1652255fb6cc.tar.gz
Change HMI_API version
This commit provides new HMI_API version due to implementation of new audioPassThruIcon parameter in UI and Common interfaces. Related-issues: APPLINK-23360, APPLINK-23358
-rw-r--r--src/components/interfaces/HMI_API.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 639ea8423d..2b1e19fba6 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -34,7 +34,7 @@
<interfaces name="SmartDeviceLink HMI API">
-<interface name="Common" version="1.4" date="2016-05-11">
+<interface name="Common" version="1.5" date="2017-01-16">
<enum name="Result">
<element name="SUCCESS" value="0"/>
@@ -498,7 +498,7 @@
<description> Optional hone number of intended location / establishment (if applicable) for SendLocation.</description>
</element>
<element name="audioPassThruIcon">
- <description>The optional image field for AudioPassThru</description>
+ <description>The optional image field for AudioPassThru</description>
</element>
<element name="timeToDestination"/>
<!-- TO DO to be removed -->
@@ -2758,7 +2758,7 @@
</function>
</interface>
-<interface name="UI" version="1.0" date="2013-04-16">
+<interface name="UI" version="1.1" date="2017-01-16">
<function name="Alert" messagetype="request">
<description>Request from SDL to show an alert message on the display.</description>
<param name="alertStrings" type="Common.TextFieldStruct" mandatory="true" array="true" minsize="0" maxsize="3">
@@ -3210,11 +3210,11 @@
</description>
</param>
<param name="audioPassThruIcon" type="Common.Image" mandatory="false">
- <description>
- Image struct determinig wheter static or dynamic icon.
- If omitted on supported displays, no (or the default if applicable) icon shall be displayed.
- </description>
- </param>
+ <description>
+ Image struct determinig wheter static or dynamic icon.
+ If omitted on supported displays, no (or the default if applicable) icon shall be displayed.
+ </description>
+ </param>
</function>
<function name="PerformAudioPassThru" messagetype="response">
</function>