Add server / client gdbus implementation
authorJinWang An <jinwang.an@samsung.com>
Thu, 4 Apr 2019 05:37:19 +0000 (14:37 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 18 Mar 2020 08:53:41 +0000 (17:53 +0900)
commit2f01513e280d18fe3ecdc74e9aec1ef661a940d5
tree93ff011ba57ebb1373c23cd8185b005f9382cce7
parent29adff8fc9791fa374e495c59149ee793a408534
Add server / client gdbus implementation
16 files changed:
.gitignore
client/mdsc.c
client/mdsc.h
common/CMakeLists.txt
common/mds-dbus.xml
include/modes.h
packaging/modes.spec
supervisor/CMakeLists.txt
supervisor/mdss_ClientManager.cpp [new file with mode: 0644]
supervisor/mdss_ClientManager.h [new file with mode: 0644]
supervisor/mdss_ModeSupervisor.cpp
supervisor/mdss_ModeSupervisor.h
supervisor/modes.service.in [new file with mode: 0644]
supervisor/org.tizen.modes.dbus.service.in
test/CMakeLists.txt
test/modes_client_test.c [new file with mode: 0644]