Add 2017 to copyright
[staging/HomeScreen.git] / interfaces / include / inputevent.hpp
index 28418f6..8c6bf58 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH
+ * Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,7 +21,8 @@ namespace InputEvent {
     typedef enum HardKey
     {
         HARDKEY_UNDEFINED,
-        HARDKEY_NAV
+        HARDKEY_NAV,
+        HARDKEY_MEDIA
     } eHardKey;
 }