devicemgr: support a devicemgr's key event generation functions 44/174244/4
authorJengHyun Kang <jhyuni.kang@samsung.com>
Thu, 29 Mar 2018 06:03:59 +0000 (15:03 +0900)
committerJengHyun Kang <jhyuni.kang@samsung.com>
Thu, 29 Mar 2018 10:51:19 +0000 (19:51 +0900)
commitd678f93e0ccbebc482e1ac52fbbc4d3c8f5b15c6
tree49fdab50c0b9bdd661bef07e415649ddb3400169
parent349e290d3d3c7d582529f20cf80d1b797ce59474
devicemgr: support a devicemgr's key event generation functions

Change-Id: Ia42f5cd8c9a8ca493ff0f34dcabe9925b64e98db
16 files changed:
Makefile.am
configure.ac
packaging/pepper.spec
pkgconfig/pepper-devicemgr.pc.in [new file with mode: 0644]
src/Makefile.am
src/bin/doctor/doctor.c
src/lib/devicemgr/Makefile.am [new file with mode: 0644]
src/lib/devicemgr/devicemgr-internal.h [new file with mode: 0644]
src/lib/devicemgr/devicemgr.c [new file with mode: 0644]
src/lib/devicemgr/devicemgr.h [new file with mode: 0644]
src/lib/devicemgr/pepper-devicemgr.c [new file with mode: 0644]
src/lib/devicemgr/pepper-devicemgr.h [new file with mode: 0644]
src/lib/xkb/pepper-xkb.h
src/lib/xkb/xkb.c
src/samples/sample-client.c
src/samples/sample-server.c