diff options
author | Hwankyu Jhun <h.jhun@samsung.com> | 2022-10-07 04:31:15 +0000 |
---|---|---|
committer | Hwankyu Jhun <h.jhun@samsung.com> | 2022-10-07 04:31:15 +0000 |
commit | 0e2dc345fa502048c3c03812d4f559ccd81812bc (patch) | |
tree | 3e5af2f51ffb2f03f3c6d3195994b6fd3cfb8e90 | |
parent | 6ad4ffdcafe52aa675d7dba9c47d3ba6d82d54e3 (diff) | |
download | building-blocks-0e2dc345fa502048c3c03812d4f559ccd81812bc.tar.gz building-blocks-0e2dc345fa502048c3c03812d4f559ccd81812bc.tar.bz2 building-blocks-0e2dc345fa502048c3c03812d4f559ccd81812bc.zip |
[TRE-3004] Remove Shortcut API from IoT binaryaccepted/tizen/unified/20221007.101825
Currently, the homescreen in the IoT headed does not support shortcut feature.
To make that the shortcut feature in the model-config.xml is false, Shortcut API
removes from the platform-preset-iot.inc.
Change-Id: I511dd2bf6589f93668d5470e4599c3fde9f91d87
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r-- | packaging/platform-preset-iot.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index adce810..810e8b8 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -101,7 +101,6 @@ Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_UI_app_model Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_Widget_App_Model Requires: %{name}-sub2-domain_API-AppFramework-Notification_API Requires: %{name}-sub2-domain_API-AppFramework-RPC_Port_API -Requires: %{name}-sub2-domain_API-AppFramework-Shortcut_API Requires: %{name}-sub2-domain_API-AppFramework-Tizen_Theme_Manager_API Requires: %{name}-sub2-domain_API-AppFramework-TPK_Installation Requires: %{name}-sub2-domain_API-Base-Utils @@ -250,7 +249,6 @@ Requires: %{name}-sub2-domain_CSAPI-Applications-NotificationEventListener Requires: %{name}-sub2-domain_CSAPI-Applications-PackageManager Requires: %{name}-sub2-domain_CSAPI-Applications-RemoteView Requires: %{name}-sub2-domain_CSAPI-Applications-Service -Requires: %{name}-sub2-domain_CSAPI-Applications-Shortcut Requires: %{name}-sub2-domain_CSAPI-Applications-ThemeManager Requires: %{name}-sub2-domain_CSAPI-Applications-ToastMessage Requires: %{name}-sub2-domain_CSAPI-Applications-UI |