gdbus: move gdbus files to top level gdbus folder 56/160056/1
authorSegwon <segwon.han@samsung.com>
Tue, 14 Nov 2017 08:54:05 +0000 (17:54 +0900)
committerSegwon <segwon.han@samsung.com>
Tue, 14 Nov 2017 08:54:05 +0000 (17:54 +0900)
commit04503068e5448f9b551778212a58302087e53fe8
tree0eff5e0b540a37c6c53835bdf65678b92df32cd8
parent91cec9be39189285a4532ee6e1f9a36187b46e45
gdbus: move gdbus files to top level gdbus folder

Change-Id: If08e00e576cb8bdb099a740768870a6bdcf41d8b
Signed-off-by: Segwon <segwon.han@samsung.com>
14 files changed:
CMakeLists.txt
include/gdbus/peripheral_gdbus.h [moved from include/peripheral_gdbus.h with 100% similarity]
include/gdbus/peripheral_gdbus_gpio.h [moved from include/peripheral_gdbus_gpio.h with 100% similarity]
include/gdbus/peripheral_gdbus_i2c.h [moved from include/peripheral_gdbus_i2c.h with 100% similarity]
include/gdbus/peripheral_gdbus_pwm.h [moved from include/peripheral_gdbus_pwm.h with 100% similarity]
include/gdbus/peripheral_gdbus_spi.h [moved from include/peripheral_gdbus_spi.h with 100% similarity]
include/gdbus/peripheral_gdbus_uart.h [moved from include/peripheral_gdbus_uart.h with 100% similarity]
src/gdbus/peripheral_gdbus_gpio.c [moved from src/peripheral_gdbus_gpio.c with 100% similarity]
src/gdbus/peripheral_gdbus_i2c.c [moved from src/peripheral_gdbus_i2c.c with 100% similarity]
src/gdbus/peripheral_gdbus_pwm.c [moved from src/peripheral_gdbus_pwm.c with 100% similarity]
src/gdbus/peripheral_gdbus_spi.c [moved from src/peripheral_gdbus_spi.c with 100% similarity]
src/gdbus/peripheral_gdbus_uart.c [moved from src/peripheral_gdbus_uart.c with 100% similarity]
src/gdbus/peripheral_io.xml [moved from src/peripheral_io.xml with 100% similarity]
src/peripheral_gpio.c