Support handling of each app-control ID 52/199252/6
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 8 Feb 2019 01:00:58 +0000 (10:00 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Tue, 19 Feb 2019 01:08:45 +0000 (01:08 +0000)
commit1e1738d487ce4ead546cb48f1d3993aa455a369e
tree171823185d56b5c3c185dc1595ec75412c6e4527
parentf569384b59b493d7256a1c277df7524e71cc6b37
Support handling of each app-control ID

Added:
 - aul_svc_info_create()
 - aul_svc_info_get_operation()
 - aul_svc_info_get_uri()
 - aul_svc_info_get_uri_scheme()
 - aul_svc_info_get_uri_host()
 - aul_svc_info_get_mime()
 - aul_svc_info_get_mime_type()
 - aul_svc_info_get_mime_subtype()
 - aul_svc_info_destroy()

Requires:
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/aul-1/+/199252/
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-core/+/199104/
 - https://review.tizen.org/gerrit/#/c/platform/core/api/app-control/+/199105/

Change-Id: I5d274addd6dd724424f8751121ccf3f1af244aeb
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
include/aul_svc_internal.h [new file with mode: 0755]
src/service.c