aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces
diff options
context:
space:
mode:
authorBocklage, Jens <Jens_Bocklage@mentor.com>2016-11-11 18:38:49 +0100
committerBocklage, Jens <Jens_Bocklage@mentor.com>2016-11-11 18:38:49 +0100
commit65f6210462dbc20f5690d27e834db1bd9f324d9c (patch)
tree782d4f3582394e106fa13d9640f2a489d3d1d116 /interfaces
parent2044d95f928fa42beaa00f9cb30816b1f6f63552 (diff)
Add Nav and Media app to control bar.20161111_preCESIntegrationWorkshop
Hardcoded: nav: nav@0.1 media: media@0.1 Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'interfaces')
-rw-r--r--interfaces/include/inputevent.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/interfaces/include/inputevent.hpp b/interfaces/include/inputevent.hpp
index 28418f6..ef269dd 100644
--- a/interfaces/include/inputevent.hpp
+++ b/interfaces/include/inputevent.hpp
@@ -21,7 +21,8 @@ namespace InputEvent {
typedef enum HardKey
{
HARDKEY_UNDEFINED,
- HARDKEY_NAV
+ HARDKEY_NAV,
+ HARDKEY_MEDIA
} eHardKey;
}