Support instance termination 06/206706/5
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 23 May 2019 10:08:11 +0000 (19:08 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 23 May 2019 23:44:03 +0000 (08:44 +0900)
commitbe0c2eafdf496fbafcea3f9cf0525cf7a2bdffbe
tree2c45b38d8c89f6aa7ef882120cca71dabc071a42
parent35985a8214a6c1ce8cee59f93c13a13cfd5ecff0
Support instance termination

From Tizen 5.5, the component-based application is supported. The
component-based application has many components. We have to support
to terminate each instance.
When a developer calls aul_svc_subapp_terminate_request(), the daemon
terminates the launched instance.

Adds:
 - aul_terminate_instance_async()
 - aul_terminate_instance_async_for_uid()
 - aul_svc_subapp_termiante_request()

Change-Id: I14cb407e9af9f291fdf746f7dcf189e540ab0838
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
include/aul.h
include/aul_svc.h
include/launch.h
packaging/aul.spec
src/launch.c
src/launch_with_result.c
src/service.c