summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSukhyungKang <shine.kang@samsung.com>2023-10-11 14:21:29 +0900
committerSukhyungKang <shine.kang@samsung.com>2023-10-11 14:49:42 +0900
commit4c9fd9ce4c4bb7507d33783a0f706ccd8439a3a9 (patch)
treece7537e63dc5a6b08eb769dc9d0778d962d86c06
parenta6767e77761833c5f825550c24e16ed89c905ba1 (diff)
downloadbuilding-blocks-4c9fd9ce4c4bb7507d33783a0f706ccd8439a3a9.tar.gz
building-blocks-4c9fd9ce4c4bb7507d33783a0f706ccd8439a3a9.tar.bz2
building-blocks-4c9fd9ce4c4bb7507d33783a0f706ccd8439a3a9.zip
[TRE-3101] Disable widget feature
Currently, the homescreen in the IoT headed does not support widget. so disable widget feature Change-Id: Ib42b75d0f6e33ab9a8657699f8214f10557f5284 Signed-off-by: SukhyungKang <shine.kang@samsung.com>
-rw-r--r--packaging/domain-apis-appfw.inc4
-rw-r--r--packaging/domain-apis-ui.inc2
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