diff options
author | Semun Lee <semun.lee@samsung.com> | 2017-10-23 11:24:31 +0900 |
---|---|---|
committer | Semun Lee <semun.lee@samsung.com> | 2017-10-23 02:30:04 +0000 |
commit | 584152b2fb54322a0eb60e0afc35292cbaea985e (patch) | |
tree | 5e7b8e00c4a6f0736d124367dcddad4bac9b77aa /packaging/domain-apis-appfw.inc | |
parent | 76c855245dd4add49e86627b937414a06b723fb7 (diff) | |
download | building-blocks-584152b2fb54322a0eb60e0afc35292cbaea985e.tar.gz building-blocks-584152b2fb54322a0eb60e0afc35292cbaea985e.tar.bz2 building-blocks-584152b2fb54322a0eb60e0afc35292cbaea985e.zip |
Move capi-appfw-event to seperated block
Change-Id: I203d247f6ea32ba4725e550d271e0c79bb8baac2
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Diffstat (limited to 'packaging/domain-apis-appfw.inc')
-rw-r--r-- | packaging/domain-apis-appfw.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index c16970a..3acf404 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -11,6 +11,7 @@ Suggests: %{name}-sub2-domain_API-AppFramework-Native_EFL_UI_app_model Suggests: %{name}-sub2-domain_API-AppFramework-Alarm_API Suggests: %{name}-sub2-domain_API-AppFramework-Message_Port_API Suggests: %{name}-sub2-domain_API-AppFramework-Data_Control_API +Suggests: %{name}-sub2-domain_API-AppFramework-Event_API Suggests: %{name}-sub2-domain_API-AppFramework-Native_EFL_Widget_App_Model Suggests: %{name}-sub2-domain_API-AppFramework-Notification_API Suggests: %{name}-sub2-domain_API-AppFramework-Shortcut_API @@ -72,6 +73,14 @@ Requires: data-control This block supports data control API %files sub2-domain_API-AppFramework-Data_Control_API +%package sub2-domain_API-AppFramework-Event_API +Summary: Data Control API +Requires: capi-appfw-event +Requires: esd +%description sub2-domain_API-AppFramework-Event_API +This block supports system event listening for applications. It also supports event broadcasting among applications. +%files sub2-domain_API-AppFramework-Event_API + %package sub2-domain_API-AppFramework-Native_EFL_Widget_App_Model Summary: EFL widget app model Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_UI_app_model |