Support multiple instance launch 20/108620/16
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 5 Jan 2017 08:14:38 +0000 (17:14 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 16 Jan 2017 05:42:34 +0000 (14:42 +0900)
commit11b66c0854e5b0648025e155dbfad4a9eab151c8
treea37540e367fd24d2b054c629c751e89df8975c8b
parenteff49e21851b14979a1e405b781d47fb11c246c7
Support multiple instance launch

- Add new APIs and new internal keys
aul_app_get_running_app_instance_info(): Retrieves the app instance info
aul_svc_set_instance_id: Sets the instance ID
aul_svc_get_instance_id: Gets the instance ID

- Requires:
[application] https://review.tizen.org/gerrit/#/c/108805/
[app-manager] https://review.tizen.org/gerrit/#/c/110114/
[amd] https://review.tizen.org/gerrit/#/c/109746/
[rua] https://review.tizen.org/gerrit/#/c/109906/

Change-Id: I1cc83fe8a82b6df09a3cfa551b9861247040da27
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/aul.h
include/aul_cmd.h
include/aul_svc.h
src/pkginfo.c
src/service.c