input_hal branch sandbox/ToshikazuOhiwa/input_hal
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>
Wed, 21 Oct 2020 04:50:32 +0000 (13:50 +0900)
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>
Wed, 21 Oct 2020 04:50:32 +0000 (13:50 +0900)
commit96bd8be3dbf0c36c211f7dafeb61a1eba7f30ee7
tree99613d9705c1152fd916828af27aed4c82e71914
parent706ad73eb02caf8532deaf5d38995bd258725cb8
input_hal branch
18 files changed:
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
hal_api/input_hal.h [new file with mode: 0644]
hal_api/peripheral_service/aglinput.h [new file with mode: 0644]
hal_api/peripheral_service/extinput.h [new file with mode: 0644]
inc/input_drm.h [new file with mode: 0644]
inc/input_hal_debug.h [new file with mode: 0644]
inc/input_hal_frameworkunifiedlog.h [new file with mode: 0644]
inc/input_hal_internal.h [new file with mode: 0644]
inc/input_touch_ilitek.h [new file with mode: 0644]
inc/input_udev_monitor.h [new file with mode: 0644]
inc/input_util.h [new file with mode: 0644]
src/input_drm.cpp [new file with mode: 0644]
src/input_hal.cpp [new file with mode: 0644]
src/input_touch_ilitek.cpp [new file with mode: 0644]
src/input_udev_monitor.cpp [new file with mode: 0644]
src/input_util.cpp [new file with mode: 0644]