summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-04-09 15:10:38 -0400
committerJackLivio <jack@livio.io>2019-04-09 15:10:38 -0400
commite9bff5177a77166dce9ab4756cb56ec197a94cfb (patch)
treef2acaf4c46317273f40f3913fe4a2577e4ac3326
parent1c973bc7136ed36531e9caed2221535ef0ccd583 (diff)
parentc99154795358b6973edf6641ccb9244940721cd4 (diff)
downloadsdl_core-e9bff5177a77166dce9ab4756cb56ec197a94cfb.tar.gz
Merge remote-tracking branch 'origin/release/5.1.0' into feature/policy_allow_unknown_rpc_pass_through
-rw-r--r--src/components/interfaces/HMI_API.xml4
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 859e8d4d4a..1861e49893 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -3753,7 +3753,7 @@
<description> The service has been deactivated as the primary service of its type</description>
</element>
<element name="MANIFEST_UPDATE">
- <description> The service has updated its manifest. This could imply updated capabilities</description>
+ <description> The service has updated its manifest. This could imply updated capabilities. Note: Currently unimplemented </description>
</element>
</enum>
@@ -4259,7 +4259,7 @@
</param>
</function>
<function name="OnSystemCapabilityUpdated" messagetype="notification">
- <description>A notification to inform the connected device that a specific system capability has changed.</description>
+ <description>A notification to inform the HMI that a specific system capability has changed.</description>
<param name="systemCapability" type="Common.SystemCapability" mandatory="true">
<description>The system capability that has been updated</description>
</param>
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 1090050c91..990f86ee5a 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -4099,7 +4099,7 @@
<description> The service has been deactivated as the primary service of its type</description>
</element>
<element name="MANIFEST_UPDATE">
- <description> The service has updated its manifest. This could imply updated capabilities</description>
+ <description> The service has updated its manifest. This could imply updated capabilities. Note: Currently unimplemented </description>
</element>
</enum>