event: add event functions to shared library 25/276225/11
authorYoungjae Cho <y0.cho@samsung.com>
Mon, 13 Jun 2022 06:09:12 +0000 (15:09 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 15 Jun 2022 05:23:19 +0000 (05:23 +0000)
commitcd06534f1ae7ff3a12af8e3371134d1c008efd60
treeb7d4d882aa73bc6bdbc2eadc0252748435905a79
parentfa73bf6c049d7808c4eb0209b079acdbb0c86eca
event: add event functions to shared library

It contains functions that handling wakelock of event, and broadcasting
signal about an event itself. The properties, WakeLockDurationSec= and
ActionBroadcast= of configuration file, utilize those functions.

Change-Id: I926f5e9cf19bfe09042797a200569c69e2b25a21
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
conf/battery.conf
conf/input-profile-iot-headless.conf
plugins/iot-headless/battery/battery-plugin.c
plugins/iot-headless/input/input-config.c
plugins/iot-headless/input/input-config.h
plugins/iot-headless/input/input-handler.c
src/power/power-event-lock.c
src/shared/device-notifier.c
src/shared/device-notifier.h
src/shared/event.c [new file with mode: 0644]
src/shared/event.h [new file with mode: 0644]