From: sanghyeok.oh Date: Wed, 27 Feb 2019 11:00:17 +0000 (+0900) Subject: power: apply modified dbus spec X-Git-Tag: accepted/tizen/unified/20190311.072446^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1dc58c9538e2005c108d6bf7671cd60fcd8d6827;p=platform%2Fcore%2Fsystem%2Flibsyscommon.git power: apply modified dbus spec Change-Id: I4008f782ffa43a08a67516df7f99a53421b97969 Signed-off-by: sanghyeok.oh --- diff --git a/src/libgdbus/dbus-system.h b/src/libgdbus/dbus-system.h index e7cf47a..1dec188 100644 --- a/src/libgdbus/dbus-system.h +++ b/src/libgdbus/dbus-system.h @@ -81,9 +81,6 @@ /* Low Power service: start/stop low power mode */ #define DEVICED_PATH_LOWPOWER DEVICED_OBJECT_PATH"/LowPower" #define DEVICED_INTERFACE_LOWPOWER DEVICED_INTERFACE_NAME".lowpower" -/* Reboot service: request reboot operation */ -#define DEVICED_PATH_REBOOT DEVICED_OBJECT_PATH"/Reboot" -#define DEVICED_INTERFACE_REBOOT DEVICED_INTERFACE_NAME".reboot" /* Storage service: get storage size operatioins about storage */ #define DEVICED_PATH_STORAGE DEVICED_OBJECT_PATH"/Storage" #define DEVICED_INTERFACE_STORAGE DEVICED_INTERFACE_NAME".storage" @@ -92,7 +89,7 @@ #define DEVICED_INTERFACE_SDE DEVICED_INTERFACE_NAME".sde" #define DEVICED_PATH_ODE DEVICED_OBJECT_PATH"/Ode" #define DEVICED_INTERFACE_ODE DEVICED_INTERFACE_NAME".ode" -/* Poweroff service: get power off status operations about Poweroff */ +/* Poweroff service: request power off operation or get power off status operations about Poweroff(signal) */ #define DEVICED_PATH_POWEROFF DEVICED_OBJECT_PATH"/PowerOff" #define DEVICED_INTERFACE_POWEROFF DEVICED_INTERFACE_NAME".PowerOff" /* Led service: play/stop led operations about led */