Change dbus interface of BootingDone 01/211601/2 accepted/tizen/unified/20190811.223107 submit/tizen/20190809.091642
authorHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 7 Aug 2019 04:44:59 +0000 (13:44 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 7 Aug 2019 04:45:35 +0000 (13:45 +0900)
Change-Id: Ic4173aa83d019c50b1cd87b526a3fc18ce6e6127
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
include/emuld.h

index a0dcd299af8cb896db38adf0bf690da8fb93a4fc..7849c02309ed8d7aced4bb1bca4bbdf43c79b743 100644 (file)
@@ -52,8 +52,8 @@
 
 // DBUS & Boot done signal
 #define BOOT_DONE_SIGNAL "BootingDone"
-#define DBUS_PATH_BOOT_DONE  "/Org/Tizen/System/DeviceD/Core"
-#define DBUS_IFACE_BOOT_DONE "org.tizen.system.deviced.core"
+#define DBUS_PATH_BOOT_DONE  "/org/tizen/system"
+#define DBUS_IFACE_BOOT_DONE "org.tizen.system.Booting"
 
 // Common
 #define DEFAULT_MSGPROC     "default"