diff options
author | SukhyungKang <shine.kang@samsung.com> | 2022-12-27 16:23:12 +0900 |
---|---|---|
committer | SukhyungKang <shine.kang@samsung.com> | 2022-12-27 16:23:12 +0900 |
commit | 8a37280beaff3124abaa6fec4bb13c71aa7b1fca (patch) | |
tree | 04400498814ae409b64ce8c0cadca0dffe4a7f52 | |
parent | b111f03764c205c129f77d2624049b1ca31222b2 (diff) | |
download | building-blocks-8a37280beaff3124abaa6fec4bb13c71aa7b1fca.tar.gz building-blocks-8a37280beaff3124abaa6fec4bb13c71aa7b1fca.tar.bz2 building-blocks-8a37280beaff3124abaa6fec4bb13c71aa7b1fca.zip |
[TRE-3025] Remove Badge API from IoT binaryaccepted/tizen/unified/20221227.170645
Currently, the homescreen in the IoT headed does not support badge feature.
To make that the badge feature in the model-config.xml is false, Badge API
removes from the platform-preset-iot.inc.
Change-Id: I2654cccf95a02c80c38a2d313a33ecb6934d2509
Signed-off-by: SukhyungKang <shine.kang@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 810e8b8..35b211f 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -85,7 +85,6 @@ Requires: %{name}-sub2-domain_API-Account-OAuth2 Requires: %{name}-sub2-domain_API-Account-Sync_Manager Requires: %{name}-sub2-domain_API-AppFramework-Alarm_API Requires: %{name}-sub2-domain_API-AppFramework-Attach_Panel -Requires: %{name}-sub2-domain_API-AppFramework-Badge_API Requires: %{name}-sub2-domain_API-AppFramework-Cion_API Requires: %{name}-sub2-domain_API-AppFramework-Component_Manager_API Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_Component_Based_App_Model @@ -237,7 +236,6 @@ Requires: %{name}-sub2-domain_CSAPI-Account-FIDO_Client Requires: %{name}-sub2-domain_CSAPI-Account-Sync_Manager Requires: %{name}-sub2-domain_CSAPI-Applications-Alarm Requires: %{name}-sub2-domain_CSAPI-Applications-AttachPanel -Requires: %{name}-sub2-domain_CSAPI-Applications-Badge Requires: %{name}-sub2-domain_CSAPI-Applications-Cion Requires: %{name}-sub2-domain_CSAPI-Applications-Common Requires: %{name}-sub2-domain_CSAPI-Applications-ComponentBased |