From: Chanwoo Choi Date: Thu, 17 Aug 2023 09:06:41 +0000 (+0900) Subject: dbus-iface-system: Add event dbus interface of deviced X-Git-Tag: accepted/tizen/unified/20230821.162308~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F297360%2F4;p=platform%2Fcore%2Fsystem%2Flibsyscommon.git dbus-iface-system: Add event dbus interface of deviced Add new deviced dbus interface to broadcast the event id. [Detailed description of newly added dbus information] - DEVICED_PATH_EVENT "/Org/Tizen/System/DeviceD/Event" - DEVICED_INTERFACE_EVENT "org.tizen.system.deviced.Event" - DEVICED_SIGNAL_EVENT_ID "Id" Change-Id: I5a444639b64bb47ee10f32a092b9879850c26000 Signed-off-by: Chanwoo Choi --- diff --git a/include/libsyscommon/dbus-iface-system.h b/include/libsyscommon/dbus-iface-system.h index f14227d..52338d3 100644 --- a/include/libsyscommon/dbus-iface-system.h +++ b/include/libsyscommon/dbus-iface-system.h @@ -161,6 +161,11 @@ extern "C" { #define DEVICED_PATH_INPUT DEVICED_OBJECT_PATH"/Input" #define DEVICED_INTERFACE_INPUT DEVICED_INTERFACE_NAME".input" +/* Event service: To broadcast event values */ +#define DEVICED_PATH_EVENT DEVICED_OBJECT_PATH"/Event" +#define DEVICED_INTERFACE_EVENT DEVICED_INTERFACE_NAME".Event" +#define DEVICED_SIGNAL_EVENT_ID "Id" + /******************************************************************************* * * Storage daemon (storaged)