log: change file name "peripheral_common.h" to "peripheral_log.h" 67/160267/2
authorSegwon <segwon.han@samsung.com>
Wed, 15 Nov 2017 07:24:33 +0000 (16:24 +0900)
committerSegwon <segwon.han@samsung.com>
Wed, 15 Nov 2017 07:38:33 +0000 (16:38 +0900)
Change-Id: I96c150951c7cb2c5517b305e00909b0bca5cacff
Signed-off-by: Segwon <segwon.han@samsung.com>
include/gdbus/peripheral_gdbus_common.h
include/interface/peripheral_interface_common.h
include/peripheral_log.h [moved from include/peripheral_common.h with 100% similarity]
src/peripheral_gpio.c
src/peripheral_i2c.c
src/peripheral_pwm.c
src/peripheral_spi.c
src/peripheral_uart.c

index 6885a61..62b0717 100644 (file)
@@ -23,8 +23,8 @@
 
 #include "peripheral_io.h"
 #include "peripheral_handle.h"
-#include "peripheral_common.h"
 #include "peripheral_io_gdbus.h"
+#include "peripheral_log.h"
 
 #define PERIPHERAL_GDBUS_INTERFACE     "org.tizen.peripheral_io"
 #define PERIPHERAL_GDBUS_GPIO_PATH     "/Org/Tizen/Peripheral_io/Gpio"
index 8cb2ed8..2646cc6 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "peripheral_io.h"
 #include "peripheral_handle.h"
-#include "peripheral_common.h"
+#include "peripheral_log.h"
 
 #define CHECK_ERROR(val) \
        do { \
index 5992d16..040d862 100644 (file)
@@ -19,8 +19,8 @@
 
 #include "peripheral_io.h"
 #include "peripheral_gdbus_gpio.h"
-#include "peripheral_common.h"
 #include "peripheral_handle.h"
+#include "peripheral_log.h"
 
 #define PERIPHERAL_IO_GPIO_FEATURE "http://tizen.org/feature/peripheral_io.gpio"
 
index c61374b..e89e401 100644 (file)
@@ -19,8 +19,8 @@
 
 #include "peripheral_io.h"
 #include "peripheral_gdbus_i2c.h"
-#include "peripheral_common.h"
 #include "peripheral_handle.h"
+#include "peripheral_log.h"
 
 #define PERIPHERAL_IO_I2C_FEATURE "http://tizen.org/feature/peripheral_io.i2c"
 
index 74f807a..fb1ed14 100644 (file)
@@ -19,8 +19,8 @@
 
 #include "peripheral_io.h"
 #include "peripheral_gdbus_pwm.h"
-#include "peripheral_common.h"
 #include "peripheral_handle.h"
+#include "peripheral_log.h"
 
 #define PERIPHERAL_IO_PWM_FEATURE "http://tizen.org/feature/peripheral_io.pwm"
 
index 61d3b79..13c2b05 100644 (file)
@@ -19,8 +19,8 @@
 
 #include "peripheral_io.h"
 #include "peripheral_gdbus_spi.h"
-#include "peripheral_common.h"
 #include "peripheral_handle.h"
+#include "peripheral_log.h"
 
 #define PERIPHERAL_IO_SPI_FEATURE "http://tizen.org/feature/peripheral_io.spi"
 
index d63c100..d7d3577 100644 (file)
@@ -19,8 +19,8 @@
 
 #include "peripheral_io.h"
 #include "peripheral_gdbus_uart.h"
-#include "peripheral_common.h"
 #include "peripheral_handle.h"
+#include "peripheral_log.h"
 
 #define PERIPHERAL_IO_UART_FEATURE "http://tizen.org/feature/peripheral_io.uart"