summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2021-03-02 10:57:31 -0500
committerjacobkeeler <jacob.keeler@livioradio.com>2021-03-02 10:57:31 -0500
commitec89709c0c50ef5d4c45428aeb20c5c47c35f243 (patch)
tree7414c74584904f31abc525b9c4645a81ae2ebf1e
parente68933c595eda2debede27e46d7497cef29c923c (diff)
downloadsdl_core-feature/update_hmi_interface_versions_7.1.tar.gz
Update HMI interface versions for 7.1.0 releasefeature/update_hmi_interface_versions_7.1
Also apply a few style fixes
-rw-r--r--src/components/interfaces/HMI_API.xml60
1 files changed, 30 insertions, 30 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index abda527bcd..92806e7372 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="2.1.0" date="2019-03-18">
+<interface name="Common" version="2.2.0" date="2021-04-14">
<enum name="Result">
<element name="SUCCESS" value="0"/>
@@ -3838,7 +3838,7 @@
</param>
<param name="driverDistractionCapability" type="DriverDistractionCapability" mandatory="false">
<description>Describes capabilities when the driver is distracted</description>
- </param>
+ </param>
</struct>
<struct name="RemoteControlCapabilities">
@@ -4566,27 +4566,27 @@
</function>
</interface>
-<interface name="BasicCommunication" version="2.1.0" date="2019-03-18">
-<function name="OnServiceUpdate" messagetype="notification">
- <description>
- Must be sent by SDL to HMI when there is an update on status of certain services.
- Services supported with current version: Video
- </description>
- <param name="serviceType" type="Common.ServiceType" mandatory="true">
- <description>Specifies the service which has been updated.</description>
- </param>
- <param name="serviceEvent" type="Common.ServiceEvent" mandatory="false">
- <description>Specifies service update event.</description>
- </param>
- <param name="reason" type="Common.ServiceStatusUpdateReason" mandatory="false">
- <description>
- The reason for a service event. Certain events may not have a reason, such as when a service is ACCEPTED (which is the normal expected behavior).
- </description>
- </param>
- <param name="appID" type="Integer" mandatory="false">
- <description>ID of the application which triggered the update.</description>
- </param>
-</function>
+<interface name="BasicCommunication" version="2.2.0" date="2021-04-14">
+ <function name="OnServiceUpdate" messagetype="notification">
+ <description>
+ Must be sent by SDL to HMI when there is an update on status of certain services.
+ Services supported with current version: Video
+ </description>
+ <param name="serviceType" type="Common.ServiceType" mandatory="true">
+ <description>Specifies the service which has been updated.</description>
+ </param>
+ <param name="serviceEvent" type="Common.ServiceEvent" mandatory="false">
+ <description>Specifies service update event.</description>
+ </param>
+ <param name="reason" type="Common.ServiceStatusUpdateReason" mandatory="false">
+ <description>
+ The reason for a service event. Certain events may not have a reason, such as when a service is ACCEPTED (which is the normal expected behavior).
+ </description>
+ </param>
+ <param name="appID" type="Integer" mandatory="false">
+ <description>ID of the application which triggered the update.</description>
+ </param>
+ </function>
<function name="GetSystemTime" messagetype="request">
<description>Request from SDL to HMI to obtain current UTC time.</description>
</function>
@@ -5051,7 +5051,7 @@
</function>
</interface>
-<interface name="VR" version="1.1.0" date="2017-04-27">
+<interface name="VR" version="1.2.0" date="2021-04-14">
<function name="IsReady" messagetype="request">
<description>Method is invoked at system startup. Response provides information about presence of VR module and its readiness to cooperate with SDL.</description>
</function>
@@ -5331,7 +5331,7 @@
</function>
</interface>
-<interface name="UI" version="1.4.0" date="2019-07-24">
+<interface name="UI" version="1.5.0" date="2021-04-14">
<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">
@@ -6088,7 +6088,7 @@
</interface>
-<interface name="Navigation" version="1.5.0" date="2017-08-15">
+<interface name="Navigation" version="1.6.0" date="2021-04-14">
<function name="IsReady" messagetype="request">
<description>Method is invoked at system startup. Response must provide the information about presence of UI Navigation module and its readiness to cooperate with SDL.</description>
@@ -6312,7 +6312,7 @@
</interface>
-<interface name="VehicleInfo" version="2.1.0" date="2019-03-18">
+<interface name="VehicleInfo" version="2.2.0" date="2021-04-14">
<function name="IsReady" messagetype="request">
<description>Method is invoked at system startup. Response should provide information about presence of any of vehicle information modules (ECU, GPS, etc) and their readiness to cooperate with SDL.</description>
</function>
@@ -7213,7 +7213,7 @@
</interface>
<!-- Policies -->
-<interface name="SDL" version="1.2.0" date="2018-09-05">
+<interface name="SDL" version="1.3.0" date="2021-04-14">
<function name="ActivateApp" messagetype="request">
<param name="appID" type="Integer" mandatory="true">
</param>
@@ -7394,7 +7394,7 @@
</function>
</interface>
-<interface name="RC" version="2.0.0" date="2018-09-05">
+<interface name="RC" version="2.1.0" date="2021-04-14">
<function name="IsReady" messagetype="request">
<description>Method is invoked at system startup. Response should provide information about presence of any of remote controllable module and its readiness to cooperate with SDL.</description>
</function>
@@ -7517,7 +7517,7 @@
</interface>
-<interface name="AppService" version="1.0.0" date="2019-03-18">
+<interface name="AppService" version="1.1.0" date="2021-04-14">
<description>Interface used for interacting with app services as a producer or consumer</description>
<function name="PublishAppService" messagetype="request">
<description>