summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin <iCollin@users.noreply.github.com>2020-06-23 11:05:42 -0700
committerGitHub <noreply@github.com>2020-06-23 14:05:42 -0400
commit73840c947b176476a7a68642d4a78cd270e270c1 (patch)
tree2b3503ce9dc4b206789e1688c02c0d529079da55
parent67b92faf0c03d5186014e346b4f607cedc3f47f2 (diff)
downloadsdl_core-73840c947b176476a7a68642d4a78cd270e270c1.tar.gz
add DEPRECATED notice to OnFindApplications (#3451)
-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>