From: lokilee73 Date: Fri, 4 Dec 2020 01:06:33 +0000 (+0900) Subject: Remove unused path and interface for low power X-Git-Tag: submit/tizen/20201204.013436^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F248971%2F1;p=platform%2Fcore%2Fsystem%2Flibsyscommon.git Remove unused path and interface for low power Change-Id: I02dcb7b82c30c3c78a5af0c2ce204cff0c30b8ed Signed-off-by: lokilee73 --- diff --git a/src/libgdbus/dbus-system-iface.h b/src/libgdbus/dbus-system-iface.h index d019fbe..98cd7de 100644 --- a/src/libgdbus/dbus-system-iface.h +++ b/src/libgdbus/dbus-system-iface.h @@ -69,9 +69,6 @@ /* Power service: set resetkey disable operations about power */ #define DEVICED_PATH_POWER DEVICED_OBJECT_PATH"/Power" #define DEVICED_INTERFACE_POWER DEVICED_INTERFACE_NAME".power" -/* Low Power service: start/stop low power mode */ -#define DEVICED_PATH_LOWPOWER DEVICED_OBJECT_PATH"/LowPower" -#define DEVICED_INTERFACE_LOWPOWER DEVICED_INTERFACE_NAME".lowpower" /* Storage service: get storage size operatioins about storage */ #define DEVICED_PATH_STORAGE DEVICED_OBJECT_PATH"/Storage" #define DEVICED_INTERFACE_STORAGE DEVICED_INTERFACE_NAME".storage"