summaryrefslogtreecommitdiff
path: root/src/components/interfaces
diff options
context:
space:
mode:
authorAndrey Oleynik <aoleynik@luxoft.com>2015-12-10 18:32:50 +0200
committerAndrey Oleynik <aoleynik@luxoft.com>2016-01-29 18:09:04 +0200
commitd0c735bfa6fd828e2514c04e60d162944dbbac2e (patch)
tree6464afcc26771cde0cd321d2b0b4dcdb08bd0178 /src/components/interfaces
parent2c338b458932e820f5d0b6eef1d91635a4cf9551 (diff)
downloadsdl_core-d0c735bfa6fd828e2514c04e60d162944dbbac2e.tar.gz
Removes unused logic, subscriptions, files
Implements: APPLINK-17839, APPLINK*18854 Conflicts: src/components/application_manager/include/application_manager/commands/hmi/ui_set_icon_request.h src/components/application_manager/src/commands/hmi/ui_set_icon_response.cc src/components/application_manager/src/hmi_command_factory.cc src/components/application_manager/src/state_controller.cc src/components/hmi_message_handler/src/messagebroker_adapter.cc
Diffstat (limited to 'src/components/interfaces')
-rw-r--r--src/components/interfaces/HMI_API.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index e66723bc17..5e7e41003a 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -251,21 +251,6 @@
<enum name="DeactivateReason">
<description>Specifies the functionality the User has switched to.</description>
- <element name="AUDIO">
- <description>Navigated to audio(radio, etc)</description>
- </element>
- <element name="PHONECALL">
- <description>Navigated to make a call.</description>
- </element>
- <element name="NAVIGATIONMAP">
- <description>Navigated to navigation screen.</description>
- </element>
- <element name="PHONEMENU">
- <description>Navigated to phone menu.</description>
- </element>
- <element name="SYNCSETTINGS">
- <description>Navigated to settings menu.</description>
- </element>
<element name="GENERAL">
<description>Other screens navigation apart from other mobile app.</description>
</element>