From 1b84c018c995ad2ce1a2160ef1b7e21d7bc306d7 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Tue, 6 Aug 2019 14:55:32 +0900 Subject: [PATCH] Change BootingDone signal interface The path is changed to "/org/tizen/system". The interface is changed to "org.tizen.system.Booting". Change-Id: I628a5f824a85d6a7352310b51db64a359c69afd4 Signed-off-by: Hwankyu Jhun --- include/app_signal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/app_signal.h b/include/app_signal.h index bca8684..6910db7 100644 --- a/include/app_signal.h +++ b/include/app_signal.h @@ -31,8 +31,8 @@ #define AUL_APP_STATUS_DBUS_GROUP "AppGroup" #define AUL_APP_STATUS_DBUS_TERMINATED "AppTerminated" -#define SYSTEM_PATH_CORE "/Org/Tizen/System/DeviceD/Core" -#define SYSTEM_INTERFACE_CORE "org.tizen.system.deviced.core" +#define SYSTEM_PATH_CORE "/org/tizen/system" +#define SYSTEM_INTERFACE_CORE "org.tizen.system.Booting" #define SYSTEM_SIGNAL_BOOTING_DONE "BootingDone" #define SYSTEM_PATH_THERMAL "/Org/Tizen/System/Thermal" -- 2.7.4