summaryrefslogtreecommitdiff
path: root/src/components/interfaces
diff options
context:
space:
mode:
authorVProdanov <VProdanov@luxoft.com>2016-02-18 19:07:41 +0200
committerVProdanov <VProdanov@luxoft.com>2016-02-18 19:07:41 +0200
commit5d8c2a19b708aa74c5baea3d243e87826d36d48f (patch)
treef9ac58d02e9d6d423bc6bc7873d5efaaf401e880 /src/components/interfaces
parent081b9be9f3ccd5fa2c43931e7c9fb758f10e0994 (diff)
downloadsdl_core-5d8c2a19b708aa74c5baea3d243e87826d36d48f.tar.gz
Fix_handling_of_OnExitApplication_Notification_with_UHR_reason
When OnExitApplication(UNSUPPORTED_HMI_RESOURCE) notification from HMI is received SDL send OnAppInterfaceUnregistered(UHR) notification to mobile and OnAppUnregistered(appID) to HMI. Related: APPLINK-18509
Diffstat (limited to 'src/components/interfaces')
-rw-r--r--src/components/interfaces/HMI_API.xml3
-rw-r--r--src/components/interfaces/MOBILE_API.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index e7143d87d4..c10a60e2db 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -384,6 +384,9 @@
<element name="UNAUTHORIZED_TRANSPORT_REGISTRATION">
<description>By getting this value, SDL unregisters the named application</description>
</element>
+ <element name="UNSUPPORTED_HMI_RESOURCE">
+ <description>By getting this value, SDL unregisters the named application</description>
+ </element>
</enum>
<enum name="TextFieldName">
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index d8a7e7662e..bc5f55fed3 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -385,6 +385,7 @@
<element name="FACTORY_DEFAULTS" />
<element name="APP_UNAUTHORIZED" />
<element name="PROTOCOL_VIOLATION" />
+ <element name="UNSUPPORTED_HMI_RESOURCE" />
</enum>
<enum name="TriggerSource">