e_devicemgr: import devicemgr module to enlightenment core 15/188015/5
authorJengHyun Kang <jhyuni.kang@samsung.com>
Thu, 30 Aug 2018 09:39:01 +0000 (18:39 +0900)
committerJengHyun Kang <jhyuni.kang@samsung.com>
Wed, 5 Sep 2018 08:16:32 +0000 (17:16 +0900)
commitcb41e1cee467937b31469e365853275f6870d0c8
treeded214802c6993e541d1a10508252091d7946144
parent60c371568da9c1ec0715c0ee797e650df0e4b3cd
e_devicemgr: import devicemgr module to enlightenment core

Change-Id: If7d9a33e173d24e71ef4ae252ce9382a7f206fa4
17 files changed:
src/bin/Makefile.mk
src/bin/e_comp_screen.c
src/bin/e_comp_wl.c
src/bin/e_comp_wl.h
src/bin/e_comp_wl_input.c
src/bin/e_devicemgr.c [new file with mode: 0644]
src/bin/e_devicemgr.h [new file with mode: 0644]
src/bin/e_devicemgr_block.c [new file with mode: 0644]
src/bin/e_devicemgr_conf.c [new file with mode: 0644]
src/bin/e_devicemgr_input.c [new file with mode: 0644]
src/bin/e_devicemgr_inputgen.c [new file with mode: 0644]
src/bin/e_devicemgr_private.h [new file with mode: 0644]
src/bin/e_devicemgr_wl.c [new file with mode: 0644]
src/bin/e_includes.h
src/bin/e_info_client.c
src/bin/e_info_server.c
src/bin/e_main.c