DSInput: add initial code for DSInput 11/241511/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 8 Jun 2020 09:35:19 +0000 (18:35 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 09:44:17 +0000 (18:44 +0900)
commit4cd50ed38e48feac4575178891878ed2441955dd
treea17c93ff3d1aa93d410b71bb2c3c2fa20675f65d
parentd936e047cad60f75154b59f6c3f07f2af2760b6d
DSInput: add initial code for DSInput

add initial DSInput class and testcase for it.

Change-Id: I6728348ef242271385542fd301f101115761379b
meson.build
src/lib/DSInput/DSInput.cpp [new file with mode: 0644]
src/lib/DSInput/DSInput.h [new file with mode: 0644]
tests/DSInput-test.cpp [new file with mode: 0644]
tests/meson.build