Support watchdog timer 82/185882/4
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 3 Aug 2018 07:32:07 +0000 (16:32 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Thu, 9 Aug 2018 04:48:48 +0000 (04:48 +0000)
commitceee35afe1fdde6b5fb5542c5696375e812d20c8
treeb14887330e11eb0fcc5a0e1613e61606908c11aa
parentf278cad5e8b6df5beb48e37ac9c92fb40a03223e
Support watchdog timer

To enable/disable the watchdog timer, appcore uses aul watchdog APIs.
appcore watchdog APIs are added for application developers.

Adds:
 - appcore_watchdog_enable()
 - appcore_watchdog_disable()
 - appcore_watchdog_kick()

Requires:
 - https://review.tizen.org/gerrit/#/c/185276/ [aul-1]
 - https://review.tizen.org/gerrit/#/c/185882/ [app-core]
 - https://review.tizen.org/gerrit/#/c/185884/ [amd]
 - https://review.tizen.org/gerrit/#/c/186247/ [app-common]

Change-Id: I1fc869aed8d54ed473f210eb81d95d25d67a0842
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
include/appcore_watchdog.h [new file with mode: 0644]
packaging/app-core.spec
src/base/appcore_base.c
src/watchdog/appcore_watchdog.c [new file with mode: 0644]
src/watchdog/appcore_watchdog_private.h [new file with mode: 0644]