Remove unused path and interface for low power 71/248971/1 accepted/tizen/unified/20201207.123252 submit/tizen/20201204.013436
authorlokilee73 <changjoo.lee@samsung.com>
Fri, 4 Dec 2020 01:06:33 +0000 (10:06 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Fri, 4 Dec 2020 01:06:39 +0000 (10:06 +0900)
Change-Id: I02dcb7b82c30c3c78a5af0c2ce204cff0c30b8ed
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/libgdbus/dbus-system-iface.h

index d019fbe..98cd7de 100644 (file)
@@ -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"