Support watchdog timer 76/185276/8
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 27 Jul 2018 07:32:21 +0000 (16:32 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 8 Aug 2018 09:48:30 +0000 (18:48 +0900)
commit7da521b63beef62d8ba0aeb5162ec2f6c93faab7
tree5bb9c8726c8b6cd1ac0f0d833421198a658c383e
parenta99316b84c47d727463fa3448c6333d2ceb4ff5b
Support watchdog timer

New APIs and commands are added for supporting watchdog timer.

Adds:
 - aul_watchdog_enable()
 - aul_watchdog_disable()
 - aul_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: I52c61b8bccc9070603900878a5044c0ab6325829
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
include/aul_cmd.h
include/aul_watchdog.h [new file with mode: 0644]
src/aul_cmd.c
src/aul_watchdog.c [new file with mode: 0644]
src/launch.c