Add Path and Interface for temperature 70/196870/2 accepted/tizen/unified/20190219.154150 accepted/tizen/unified/20190221.165807 submit/tizen/20190218.105211 submit/tizen/20190220.073046
authorlokilee73 <changjoo.lee@samsung.com>
Mon, 7 Jan 2019 06:30:33 +0000 (15:30 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 18 Feb 2019 10:22:23 +0000 (10:22 +0000)
Change-Id: Icd52d21d0fa90f6367e4354598dd37b02dcc4957
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/libgdbus/dbus-system.h

index 6cdec69..e7cf47a 100644 (file)
 #define DEVICED_PATH_TZIP                    DEVICED_OBJECT_PATH"/Tzip"
 #define DEVICED_INTERFACE_TZIP               DEVICED_INTERFACE_NAME".Tzip"
 
+/* Touch service */
 #define DEVICED_PATH_TOUCH                   DEVICED_OBJECT_PATH"/Touch"
 #define DEVICED_INTERFACE_TOUCH              DEVICED_INTERFACE_NAME".Touch"
 
+/* Thermal service: operatioins about temperature */
+#define DEVICED_PATH_TEMPERATURE            DEVICED_OBJECT_PATH"/Temperature"
+#define DEVICED_INTERFACE_TEMPERATURE       DEVICED_INTERFACE_NAME".temperature"
 
 /*******************************************************************************
  *