diff options
author | lokilee73 <changjoo.lee@samsung.com> | 2020-12-04 10:06:33 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2020-12-04 01:30:31 +0000 |
commit | 24048fb655a15cf35da1e0625429713a6bfabc17 (patch) | |
tree | 341084d3c8f13dac05dfa8074eede8e92cc99404 | |
parent | 6124f84fdababa1eb15faabfed55a342cdfde56c (diff) | |
download | libsyscommon-accepted/tizen_6.0_unified.tar.gz libsyscommon-accepted/tizen_6.0_unified.tar.bz2 libsyscommon-accepted/tizen_6.0_unified.zip |
Remove unused path and interface for low powersubmit/tizen_6.0/20201204.013643accepted/tizen/6.0/unified/20201207.044447accepted/tizen_6.0_unified
Change-Id: I02dcb7b82c30c3c78a5af0c2ce204cff0c30b8ed
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
(cherry picked from commit 4e1614862656323690d92381c43836b13d396290)
-rw-r--r-- | src/libgdbus/dbus-system-iface.h | 3 |
1 files changed, 0 insertions, 3 deletions
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" |