Add event system api. 11/39911/1
authorJiwoong Im <jiwoong.im@samsung.com>
Tue, 26 May 2015 08:55:30 +0000 (17:55 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Tue, 26 May 2015 08:59:44 +0000 (17:59 +0900)
commitc96b20ac5256879e40e4e5ac49b3d01531e5c062
tree9cca7814c53de02fe6198e360a81c6e72d380c0f
parent30092aebab638aeeef491a92801f71f658f66e6a
Add event system api.

Add new api (add/remove event handler and publish user event) for native application.

- new api list
event_add_event_handler()
event_remove_event_handler()
event_publish_app_event()
event_publish_trusted_app_event()

JIRA ticket : TC-2473

Change-Id: I6ac68ecf85cc3db45a79c91abe6525d59e33564a
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
CMakeLists.txt
app_control/app_control.c
event/CMakeLists.txt [new file with mode: 0644]
event/event.c [new file with mode: 0644]
include/app_control.h
include/app_event.h [new file with mode: 0644]
packaging/capi-appfw-application.spec