summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcollin <collin@livio.io>2020-06-22 15:42:36 -0400
committercollin <collin@livio.io>2020-06-22 15:42:36 -0400
commit5f356963a802bd42404ab89cbb164f24234ddaaf (patch)
tree6bd47c6929aa9d7287cad29e78ebeaea6e259242
parentdebe7f40ccccfe3f2d84ec94a6fee10a9988796b (diff)
downloadsdl_core-feature/0260.tar.gz
add DEPRECATED notice to OnFindApplicationsfeature/0260
-rw-r--r--src/components/interfaces/HMI_API.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 197bdee44a..7fd1b8fd1b 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -4331,6 +4331,7 @@
</function>
<function name="OnFindApplications" messagetype="notification">
<description>This method must be invoked by HMI to get list of registered apps.</description>
+ <description>DEPRECATED - This RPC is not implemented</description>
<param name="deviceInfo" type="Common.DeviceInfo" mandatory="false">
<description>The name and ID of the device the list of registered applications is required for.</description>
</param>