handle: change file name that generates the handle 62/160962/1
authorSegwon <segwon.han@samsung.com>
Tue, 21 Nov 2017 01:54:34 +0000 (10:54 +0900)
committerSegwon <segwon.han@samsung.com>
Tue, 21 Nov 2017 01:54:34 +0000 (10:54 +0900)
commit475032c6900d59e01ad8a4cf48100e402ae4a0ed
tree22c4fbf86e2fcf792fe5b67f5aca958c03864383
parentc526b07930a4ee9f70877e09f91e374d1c4577d6
handle: change file name that generates the handle

 - change prefix "peripheral_bus" to "peripheral_handle"

Change-Id: I5860b15baf18138397b445472c05bd20873f6382
Signed-off-by: Segwon <segwon.han@samsung.com>
16 files changed:
CMakeLists.txt
src/daemon/include/peripheral_handle_gpio.h [moved from src/daemon/include/peripheral_bus_gpio.h with 86% similarity]
src/daemon/include/peripheral_handle_i2c.h [moved from src/daemon/include/peripheral_bus_i2c.h with 87% similarity]
src/daemon/include/peripheral_handle_pwm.h [moved from src/daemon/include/peripheral_bus_pwm.h with 86% similarity]
src/daemon/include/peripheral_handle_spi.h [moved from src/daemon/include/peripheral_bus_spi.h with 86% similarity]
src/daemon/include/peripheral_handle_uart.h [moved from src/daemon/include/peripheral_bus_uart.h with 86% similarity]
src/daemon/peripheral_bus_gdbus_gpio.c
src/daemon/peripheral_bus_gdbus_i2c.c
src/daemon/peripheral_bus_gdbus_pwm.c
src/daemon/peripheral_bus_gdbus_spi.c
src/daemon/peripheral_bus_gdbus_uart.c
src/daemon/peripheral_handle_gpio.c [moved from src/daemon/peripheral_bus_gpio.c with 100% similarity]
src/daemon/peripheral_handle_i2c.c [moved from src/daemon/peripheral_bus_i2c.c with 100% similarity]
src/daemon/peripheral_handle_pwm.c [moved from src/daemon/peripheral_bus_pwm.c with 100% similarity]
src/daemon/peripheral_handle_spi.c [moved from src/daemon/peripheral_bus_spi.c with 100% similarity]
src/daemon/peripheral_handle_uart.c [moved from src/daemon/peripheral_bus_uart.c with 100% similarity]