diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2023-10-11 06:09:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review> | 2023-10-11 06:09:22 +0000 |
commit | e077b0e0bfb1f9f65ec5a76ac8c0fb598bce7c20 (patch) | |
tree | 5c703f30408ec149fa67cc2cb01a7d69a3e7f523 | |
parent | 1f00c648643da0ca21c03552881bd3c4e702923c (diff) | |
parent | 4c9fd9ce4c4bb7507d33783a0f706ccd8439a3a9 (diff) | |
download | building-blocks-e077b0e0bfb1f9f65ec5a76ac8c0fb598bce7c20.tar.gz building-blocks-e077b0e0bfb1f9f65ec5a76ac8c0fb598bce7c20.tar.bz2 building-blocks-e077b0e0bfb1f9f65ec5a76ac8c0fb598bce7c20.zip |
Merge "[TRE-3101] Disable widget feature" into tizen_8.0tizen_8.0_m2_releaseaccepted/tizen/8.0/unified/20231011.152842
-rw-r--r-- | packaging/domain-apis-appfw.inc | 4 | ||||
-rw-r--r-- | packaging/domain-apis-ui.inc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index e37e41b..d01e4cb 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -124,7 +124,7 @@ Requires: amd-mod-widget This block supports native EFL widget app model %files sub2-domain_API-AppFramework-Native_EFL_Widget_App_Model %posttrans sub2-domain_API-AppFramework-Native_EFL_Widget_App_Model -%tizen_feature tizen.org/feature/shell.appwidget true +%tizen_feature tizen.org/feature/shell.appwidget false %package sub2-domain_API-AppFramework-Notification_API Summary: Notification API @@ -241,7 +241,7 @@ Requires: amd-mod-widget 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 +%tizen_feature tizen.org/feature/shell.appwidget false %package sub2-domain_API-AppFramework-Frame_Broker_API Summary: Frame Broker API diff --git a/packaging/domain-apis-ui.inc b/packaging/domain-apis-ui.inc index 8756f90..1c3ddac 100644 --- a/packaging/domain-apis-ui.inc +++ b/packaging/domain-apis-ui.inc @@ -123,7 +123,7 @@ API for creating a new instance of the widget and managing its life-cycle for wi You should consider dali option for screen resolution %files sub2-domain_API-UI-WidgetViewerDALi %posttrans sub2-domain_API-UI-WidgetViewerDALi -%tizen_feature tizen.org/feature/shell.appwidget true +%tizen_feature tizen.org/feature/shell.appwidget false %package sub2-domain_API-UI-EFL_MainLoop Summary: EFL_MainLoop |