implement the libds-tizen-keyrouter 72/278072/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:08:26 +0000 (14:08 +0900)
commit18ddf884cac248e9dd798363da50edf2e03e4bd4
tree7e9be0cbe28ed6f6396fd659b854ec5607484064
parentaf46916b1a5db03b296ca4584587801becf071c5
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: I53e8df054d3534c0fa84f14273a61761332b1bf6
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