implementation of app group 71/41071/4 accepted/tizen/mobile/20150616.010930 accepted/tizen/tv/20150616.010944 accepted/tizen/wearable/20150616.010958 submit/tizen/20150615.091318
authorJiwoong Im <jiwoong.im@samsung.com>
Thu, 11 Jun 2015 05:44:50 +0000 (14:44 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Fri, 12 Jun 2015 03:40:46 +0000 (12:40 +0900)
commitfaa07ebe83ef060243f96cc631f8b9a669ce018c
tree91ffc1090625011d5f4fd4dd9d3d34f6893096e2
parent24e7a1e34330665cd28870d2c08e9e6dbcbcf506
implementation of app group

- provides API to support app group
- amd manages grouped application using hash table

Change-Id: Ia507be21d1eaff8edf82d52fc215c952d0ed2a58
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
14 files changed:
CMakeLists.txt
am_daemon/amd_app_group.c [new file with mode: 0644]
am_daemon/amd_app_group.h [new file with mode: 0644]
am_daemon/amd_launch.c
am_daemon/amd_main.c
am_daemon/amd_request.c
am_daemon/amd_status.c
include/app_sock.h
include/aul.h
include/tizen-transient-for-client-protocol.h [new file with mode: 0644]
packaging/ac.service
packaging/aul.spec
src/app_group.c [new file with mode: 0644]
src/tizen-transient-for-protocol.c [new file with mode: 0644]