From: pr.jung Date: Fri, 1 Jun 2018 02:20:13 +0000 (+0900) Subject: Remove unused dbus path and interface X-Git-Tag: submit/tizen/20180611.010039^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F180670%2F1;p=platform%2Fcore%2Fsystem%2Flibsyscommon.git Remove unused dbus path and interface Change-Id: I5fcfd3a6d6c86dad94522e09ceaf224ddd73c3d9 Signed-off-by: pr.jung --- diff --git a/src/libgdbus/dbus-system.h b/src/libgdbus/dbus-system.h index 126e12a..9e1af14 100755 --- a/src/libgdbus/dbus-system.h +++ b/src/libgdbus/dbus-system.h @@ -92,18 +92,12 @@ #define DEVICED_INTERFACE_SDE DEVICED_INTERFACE_NAME".sde" #define DEVICED_PATH_ODE DEVICED_OBJECT_PATH"/Ode" #define DEVICED_INTERFACE_ODE DEVICED_INTERFACE_NAME".ode" -/* Lowmem service: get critical low status operations about Lowmem */ -#define DEVICED_PATH_LOWMEM DEVICED_OBJECT_PATH"/Lowmem" -#define DEVICED_INTERFACE_LOWMEM DEVICED_INTERFACE_NAME".lowmem" /* Poweroff service: get power off status operations about Poweroff */ #define DEVICED_PATH_POWEROFF DEVICED_OBJECT_PATH"/PowerOff" #define DEVICED_INTERFACE_POWEROFF DEVICED_INTERFACE_NAME".PowerOff" /* Led service: play/stop led operations about led */ #define DEVICED_PATH_LED DEVICED_OBJECT_PATH"/Led" #define DEVICED_INTERFACE_LED DEVICED_INTERFACE_NAME".Led" -/* MMC service: mount/unmount/format mmc operations about mmc */ -#define DEVICED_PATH_MMC DEVICED_OBJECT_PATH"/Mmc" -#define DEVICED_INTERFACE_MMC DEVICED_INTERFACE_NAME".Mmc" /* Process service: operations about process */ #define DEVICED_PATH_PROCESS DEVICED_OBJECT_PATH"/Process" #define DEVICED_INTERFACE_PROCESS DEVICED_INTERFACE_NAME".Process"