From: Hwankyu Jhun Date: Wed, 4 Mar 2020 01:13:28 +0000 (+0900) Subject: [TRE-2363] Add Frame Broker API to IoT headed image X-Git-Tag: submit/tizen/20200305.031102~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3553e00b60304849f41827578babd10ac0d71712;p=tools%2Fbuilding-blocks.git [TRE-2363] Add Frame Broker API to IoT headed image Change-Id: I6d1fca58e94ceccf2f24981fecc15881e3f6ab72 Signed-off-by: Hwankyu Jhun --- diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index c441e78..0607ced 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -24,6 +24,7 @@ Suggests: %{name}-sub2-domain_API-AppFramework-Job_Scheduler_API Suggests: %{name}-sub2-domain_API-AppFramework-Capability_Manager_API Suggests: %{name}-sub2-domain_API-AppFramework-Component_Manager_API Suggests: %{name}-sub2-domain_API-AppFramework-Native_EFL_Component_Based_App_Model +Suggests: %{name}-sub2-domain_API-AppFramework-Frame_Broker_API %description sub1-domain_API-AppFramework Tizen block (set of packages) for Group of domain API-AppFramework %files sub1-domain_API-AppFramework @@ -218,3 +219,14 @@ Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_UI_app_model %description sub2-domain_API-AppFramework-Native_EFL_Component_Based_App_Model This block supports native EFL component based application model %files sub2-domain_API-AppFramework-Native_EFL_Component_Based_App_Model + +%package sub2-domain_API-AppFramework-Frame_Broker_API +Summary: Frame Broker API +Requires: frame-broker +Requires: frame-provider +Requires: libscreen_connector_launcher_service +Requires: libscreen_connector_shared_widget_laeunch +%description sub2-domain_API-AppFramework-Frame_Broker_API +This block support frame broker API +%files sub2-domain_API-AppFramework-Frame_Broker_API + diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index 9789924..634a6fa 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -81,6 +81,7 @@ Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_Component_Based_App_Mo Requires: %{name}-sub2-domain_API-AppFramework-Data_Control_API Requires: %{name}-sub2-domain_API-AppFramework-Event_API Requires: %{name}-sub2-domain_API-AppFramework-External_Storage_Installation +Requires: %{name}-sub2-domain_API-AppFramework-Frame_Broker_API Requires: %{name}-sub2-domain_API-AppFramework-Job_Scheduler_API Requires: %{name}-sub2-domain_API-AppFramework-Media_Key_API Requires: %{name}-sub2-domain_API-AppFramework-Message_Port_API