gdbus: do not include peripheral_gdbus.h removed from Lib 68/160768/1
authorSegwon <segwon.han@samsung.com>
Mon, 20 Nov 2017 05:06:23 +0000 (14:06 +0900)
committerSegwon <segwon.han@samsung.com>
Mon, 20 Nov 2017 05:06:23 +0000 (14:06 +0900)
 - I/O patch : https://review.tizen.org/gerrit/#/c/160409/

Change-Id: Ifb921dcd9aaffc48b042f2e82e38d07fe1acc2ec
Signed-off-by: Segwon <segwon.han@samsung.com>
src/daemon/peripheral_bus.c

index 99832de..de5c80e 100644 (file)
@@ -21,7 +21,6 @@
 #include <systemd/sd-daemon.h>
 
 #include <peripheral_io.h>
-#include <peripheral_gdbus.h>
 
 #include "peripheral_io_gdbus.h"
 #include "peripheral_bus.h"
 
 #include "privilege_checker.h"
 
+#define PERIPHERAL_GDBUS_GPIO_PATH     "/Org/Tizen/Peripheral_io/Gpio"
+#define PERIPHERAL_GDBUS_I2C_PATH      "/Org/Tizen/Peripheral_io/I2c"
+#define PERIPHERAL_GDBUS_PWM_PATH      "/Org/Tizen/Peripheral_io/Pwm"
+#define PERIPHERAL_GDBUS_UART_PATH     "/Org/Tizen/Peripheral_io/Uart"
+#define PERIPHERAL_GDBUS_SPI_PATH      "/Org/Tizen/Peripheral_io/Spi"
+#define PERIPHERAL_GDBUS_NAME          "org.tizen.peripheral_io"
+
 static gboolean __gpio_init(peripheral_bus_s *pb_data)
 {
        GDBusObjectManagerServer *manager;