implement the libds-tizen-keyrouter 86/278186/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 11 May 2022 07:48:55 +0000 (16:48 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:58:36 +0000 (14:58 +0900)
commitd73020d0efe3530b94fde46f289867d180fecf1e
tree3b76288be0d4bf3ce68cc84a1d095c2e8c860ec1
parentfc468ef9c026c6fc4910de018f81d90cb905d617
implement the libds-tizen-keyrouter

libds-tizen-keyrouter supports the tizen_keyrouter extension.
This is the first impelemtaion for it. It can be added the additional
apis onward.

Change-Id: I9c819b03e38c5a1d7f8abb0257040502608e9131
include/libds-tizen/keyrouter.h [new file with mode: 0644]
meson_options.txt
packaging/libds.spec
src/libds-tizen/keyrouter/keyrouter.c [new file with mode: 0644]
src/libds-tizen/keyrouter/keyrouter.h [new file with mode: 0644]
src/libds-tizen/keyrouter/keyrouter_grab.c [new file with mode: 0644]
src/libds-tizen/keyrouter/meson.build [new file with mode: 0644]
src/libds-tizen/meson.build