power: apply modified dbus spec 29/200629/1 accepted/tizen/unified/20190311.072446 accepted/tizen/unified/20190312.113032 submit/tizen/20190305.100545 submit/tizen/20190305.120315 submit/tizen/20190306.005724 submit/tizen/20190308.023010 submit/tizen/20190311.073252
authorsanghyeok.oh <sanghyeok.oh@samsung.com>
Wed, 27 Feb 2019 11:00:17 +0000 (20:00 +0900)
committersanghyeok.oh <sanghyeok.oh@samsung.com>
Wed, 27 Feb 2019 11:00:23 +0000 (20:00 +0900)
Change-Id: I4008f782ffa43a08a67516df7f99a53421b97969
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
src/libgdbus/dbus-system.h

index e7cf47a..1dec188 100644 (file)
@@ -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 */