Deal with key event only in TV profile 00/77000/1
authorLi Zhang <li2012.zhang@samsung.com>
Tue, 28 Jun 2016 08:14:57 +0000 (16:14 +0800)
committerLi Zhang <li2012.zhang@samsung.com>
Tue, 28 Jun 2016 08:18:37 +0000 (16:18 +0800)
Change-Id: I16833b4adf5279cc8b901c9e4a7b4334d06d6191

scl/sclevents.cpp

index 1a778e0..c0caf34 100644 (file)
@@ -115,6 +115,9 @@ CSCLEvents::get_touch_event_offset()
 sclboolean
 CSCLEvents::process_key_event(const char *key)
 {
+#ifndef _TV
+    return FALSE;
+#endif
     const char *keyname = key;
     LOGD("=-=-=-=- key_pressed \n");
     CSCLController *controller = CSCLController::get_instance();