libeventsystem : initail commit 30/40030/1 accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150609.181925 accepted/tizen/common/20150609.084322 accepted/tizen/mobile/20150609.085840 accepted/tizen/tv/20150612.003524 accepted/tizen/wearable/20150609.085901 submit/tizen/20150601.084214 submit/tizen/20150602.063407 submit/tizen/20150602.110936 submit/tizen/20150605.114228 submit/tizen_3.0.2015.q2_common/20150609.170642 submit/tizen_tv/20150602.000000 submit/tizen_tv/20150611.000000
authorJiwoong Im <jiwoong.im@samsung.com>
Thu, 28 May 2015 01:45:43 +0000 (10:45 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Thu, 28 May 2015 01:45:43 +0000 (10:45 +0900)
commit9597aa4c4db9cd48d49d8a3927b2ea1f7b83ac70
tree245cf9f50096802a983923f0e35e7a7642b04358
parentd5661afea68ed7e01588ba61d39dbc8c844a3021
libeventsystem : initail commit

This package provides new event-system API.

Event Publication
- Can broadcast the specific event and it’s data to all the listeners.
  (sender/receiver)
On-Event-Launch (service-application only)
- Can launch the dedicated application when the specific event occurs.

JIRA ticket : TC-2473

Change-Id: I1990ed0d028f245c2edfdb540a0641534bdb7398
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0644]
eventsystem.manifest.in [new file with mode: 0644]
eventsystem.pc.in [new file with mode: 0644]
include/eventsystem.h [new file with mode: 0755]
include/eventsystem_internal.h [new file with mode: 0644]
packaging/eventsystem.spec [new file with mode: 0755]
src/eventsystem.c [new file with mode: 0755]