gdbus: change file name prefix "peripheral_bus_gdbus" to "peripheral_gdbus" 68/160968/1
authorSegwon <segwon.han@samsung.com>
Tue, 21 Nov 2017 02:33:51 +0000 (11:33 +0900)
committerSegwon <segwon.han@samsung.com>
Tue, 21 Nov 2017 02:33:51 +0000 (11:33 +0900)
commit1319e7e531056fa79b58b074b39e349e075b0682
tree4fc9232c976df9cf54d36e8c4bec1233c66c1157
parent475032c6900d59e01ad8a4cf48100e402ae4a0ed
gdbus: change file name prefix "peripheral_bus_gdbus" to "peripheral_gdbus"

Change-Id: I155f9155a39745093e553eb2830a7b1198515469
Signed-off-by: Segwon <segwon.han@samsung.com>
13 files changed:
CMakeLists.txt
src/daemon/include/peripheral_gdbus_gpio.h [moved from src/daemon/include/peripheral_bus_gdbus_gpio.h with 86% similarity]
src/daemon/include/peripheral_gdbus_i2c.h [moved from src/daemon/include/peripheral_bus_gdbus_i2c.h with 87% similarity]
src/daemon/include/peripheral_gdbus_pwm.h [moved from src/daemon/include/peripheral_bus_gdbus_pwm.h with 87% similarity]
src/daemon/include/peripheral_gdbus_spi.h [moved from src/daemon/include/peripheral_bus_gdbus_spi.h with 87% similarity]
src/daemon/include/peripheral_gdbus_uart.h [moved from src/daemon/include/peripheral_bus_gdbus_uart.h with 86% similarity]
src/daemon/peripheral_bus.c
src/daemon/peripheral_gdbus_gpio.c [moved from src/daemon/peripheral_bus_gdbus_gpio.c with 98% similarity]
src/daemon/peripheral_gdbus_i2c.c [moved from src/daemon/peripheral_bus_gdbus_i2c.c with 98% similarity]
src/daemon/peripheral_gdbus_pwm.c [moved from src/daemon/peripheral_bus_gdbus_pwm.c with 98% similarity]
src/daemon/peripheral_gdbus_spi.c [moved from src/daemon/peripheral_bus_gdbus_spi.c with 98% similarity]
src/daemon/peripheral_gdbus_uart.c [moved from src/daemon/peripheral_bus_gdbus_uart.c with 98% similarity]
src/daemon/peripheral_handle_gpio.c