diff options
author | Changgyu Choi <changyu.choi@samsung.com> | 2021-01-13 09:45:30 +0900 |
---|---|---|
committer | Changgyu Choi <changyu.choi@samsung.com> | 2021-01-13 12:58:22 +0900 |
commit | b250146add473844b93250bcd4d2c5e7549a793b (patch) | |
tree | 7d228b5c682d8788d0429ca7b981b9a6d66e6060 | |
parent | a35e761c7034486acd7fb173e1c406496cf0c06e (diff) | |
download | building-blocks-submit/tizen/20210113.041640.tar.gz building-blocks-submit/tizen/20210113.041640.tar.bz2 building-blocks-submit/tizen/20210113.041640.zip |
[TRE-2591] Add Widget Component APIsubmit/tizen/20210113.041640accepted/tizen/unified/20210113.121019
Change-Id: I747ede7959fca230ab02ea9b31c332357adf8a41
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
-rw-r--r-- | packaging/domain-apis-appfw.inc | 15 | ||||
-rw-r--r-- | packaging/platform-preset-iot.inc | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index 8bdf6b2..7da45dc 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-Native_EFL_Component_Based_Widget_Component Suggests: %{name}-sub2-domain_API-AppFramework-Frame_Broker_API Suggests: %{name}-sub2-domain_API-AppFramework-Tizen_Theme_Manager_API %description sub1-domain_API-AppFramework @@ -222,6 +223,20 @@ Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_UI_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-Native_EFL_Component_Based_Widget_Component +Summary: EFL Component based widget component +Requires: component-based-application +Requires: component-based-efl-widget +Requires: component-based-port +Requires: libwidget_service +Requires: libwidget_viewer_evas +Requires: amd-mod-widget +%description sub2-domain_API-AppFramework-Native_EFL_Component_Based_Widget_Component +This block supports native EFL component based widget component +%files sub2-domain_API-AppFramework-Native_EFL_Component_Based_Widget_Component +%posttrans sub2-domain_API-AppFramework-Native_EFL_Component_Based_Widget_Component +%tizen_feature tizen.org/feature/shell.appwidget true + %package sub2-domain_API-AppFramework-Frame_Broker_API Summary: Frame Broker API Requires: frame-broker diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index d596b07..1400d86 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -87,6 +87,7 @@ Requires: %{name}-sub2-domain_API-AppFramework-Attach_Panel Requires: %{name}-sub2-domain_API-AppFramework-Badge_API Requires: %{name}-sub2-domain_API-AppFramework-Component_Manager_API Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_Component_Based_App_Model +Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_Component_Based_Widget_Component 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 |