handle : change file name "peripheral_bus_util" to peripheral_handle_common" 01/161001/4
authorSegwon <segwon.han@samsung.com>
Tue, 21 Nov 2017 05:08:00 +0000 (14:08 +0900)
committerSegwon Han <segwon.han@samsung.com>
Tue, 21 Nov 2017 06:28:47 +0000 (06:28 +0000)
commit98ba53318a99b3c1b4d3adfcd8cb6eb6cb8546f4
treeafc94f93bf28d9161f543129e47fb303e2e388f8
parent4f94d0147811ca5279e7d16580ddf82d8fe6b141
handle : change file name "peripheral_bus_util" to peripheral_handle_common"

 - remove unused function in this file
 - move into handle directory

Change-Id: Ie2bfdeab0def13a5c247b032b8ff448f659fe8b5
Signed-off-by: Segwon <segwon.han@samsung.com>
15 files changed:
CMakeLists.txt
include/handle/peripheral_handle_common.h [moved from include/peripheral_bus_util.h with 63% similarity]
include/peripheral_log.h
src/gdbus/peripheral_gdbus_gpio.c
src/gdbus/peripheral_gdbus_i2c.c
src/gdbus/peripheral_gdbus_pwm.c
src/gdbus/peripheral_gdbus_spi.c
src/gdbus/peripheral_gdbus_uart.c
src/handle/peripheral_handle_common.c [new file with mode: 0644]
src/handle/peripheral_handle_gpio.c
src/handle/peripheral_handle_i2c.c
src/handle/peripheral_handle_pwm.c
src/handle/peripheral_handle_spi.c
src/handle/peripheral_handle_uart.c
src/peripheral_bus_util.c [deleted file]