summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2019-04-08 17:28:06 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2019-04-08 17:28:06 -0400
commit91e53917bcecf5f3346ea89cce053e0aff3bdcbc (patch)
tree17b839b19e80fc69baa658db1e8ad0aa2bfb6e18
parent53fc68a800da61123a1e5f34d17912e01630060c (diff)
downloadsdl_core-fix/document_unimplemented_enum.tar.gz
Add note in APIs that MANIFEST_UPDATE is unimplementedfix/document_unimplemented_enum
-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>