Add thumbs up / thumbs down / profile keycodes to native includes
This was missed in cl/5460930, as changes to generate these key
codes are only present in pi-tv-dev branch (there is no hardware
with these keys in master yet).
Bug: 119202163
Test: Not needed
Change-Id: I0a3122e9af288a3683ab2f9300b2eca7507337fc
diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h
index 6d072a3..59d16d1 100644
--- a/include/input/InputEventLabels.h
+++ b/include/input/InputEventLabels.h
@@ -325,6 +325,9 @@
DEFINE_KEYCODE(SYSTEM_NAVIGATION_RIGHT),
DEFINE_KEYCODE(ALL_APPS),
DEFINE_KEYCODE(REFRESH),
+ DEFINE_KEYCODE(THUMBS_UP),
+ DEFINE_KEYCODE(THUMBS_DOWN),
+ DEFINE_KEYCODE(PROFILE_SWITCH),
{ nullptr, 0 }
};