Refactor gdbus interface codes 99/128299/2
authorHyeongsik Min <hyeongsik.min@samsung.com>
Mon, 8 May 2017 11:15:55 +0000 (20:15 +0900)
committerHyeongsik Min <hyeongsik.min@samsung.com>
Tue, 9 May 2017 02:45:02 +0000 (11:45 +0900)
commit552f5ec036a31bcc09e2417055274daaab046213
tree9fd0096bbfe82fade5664160bdd17af080b7b6b2
parent05a568491a938223e095bc7244384d14a2c05b32
Refactor gdbus interface codes

Split peripheral_dbus.c into separate files per low-level interface.

Change-Id: Ifdc6bba7d3d4628693e041882ee88b39c763629f
Signed-off-by: Hyeongsik Min <hyeongsik.min@samsung.com>
14 files changed:
CMakeLists.txt
include/peripheral_common.h
include/peripheral_dbus.h [deleted file]
include/peripheral_gdbus.h [new file with mode: 0644]
include/peripheral_gdbus_gpio.h [new file with mode: 0644]
include/peripheral_gdbus_i2c.h [new file with mode: 0644]
include/peripheral_gdbus_pwm.h [new file with mode: 0644]
src/peripheral_dbus.c [deleted file]
src/peripheral_gdbus_gpio.c [new file with mode: 0644]
src/peripheral_gdbus_i2c.c [new file with mode: 0644]
src/peripheral_gdbus_pwm.c [new file with mode: 0644]
src/peripheral_gpio.c
src/peripheral_i2c.c
src/peripheral_pwm.c