diff options
author | yh106.jung <yh106.jung@samsung.com> | 2024-07-07 20:27:30 -0700 |
---|---|---|
committer | yh106.jung <yh106.jung@samsung.com> | 2024-07-07 20:32:18 -0700 |
commit | d1a7e113a130708833927d18b494c031935eafde (patch) | |
tree | 7ea5d11e47b129675c6460514703bb704e0de825 /packaging | |
parent | 9dec6e41bcd51e82e4284d16f569a14a320693e7 (diff) | |
download | building-blocks-d1a7e113a130708833927d18b494c031935eafde.tar.gz building-blocks-d1a7e113a130708833927d18b494c031935eafde.tar.bz2 building-blocks-d1a7e113a130708833927d18b494c031935eafde.zip |
[TCSACR-568] Remove Tizen.WebView
Change-Id: I73df9366f6dc4b7f219fb030b3af9ccf0fc5a3de
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/domain-csapis-web.inc | 14 | ||||
-rw-r--r-- | packaging/domain-csapis.inc | 1 | ||||
-rw-r--r-- | packaging/platform-preset-iot.inc | 1 |
3 files changed, 0 insertions, 16 deletions
diff --git a/packaging/domain-csapis-web.inc b/packaging/domain-csapis-web.inc deleted file mode 100644 index a412500..0000000 --- a/packaging/domain-csapis-web.inc +++ /dev/null @@ -1,14 +0,0 @@ -# Maintainer: TBD: This is temporary block for TDC Demo. You may proceed with this later anyway. -# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. - - -######### -## Web ## -######### -%package sub1-domain_CSAPI-WebView -Summary: WebView Group for TizenFX C# -Requires: %{name}-sub2-domain_API-Web-WebView -%description sub1-domain_CSAPI-WebView -TizenFX C# API for WebView -WebView Group for TizenFX C# -%files sub1-domain_CSAPI-WebView diff --git a/packaging/domain-csapis.inc b/packaging/domain-csapis.inc index 8e109bf..4b0bb11 100644 --- a/packaging/domain-csapis.inc +++ b/packaging/domain-csapis.inc @@ -20,7 +20,6 @@ Suggests: %{name}-sub1-domain_CSAPI-System Suggests: %{name}-sub1-domain_CSAPI-Telephony Suggests: %{name}-sub1-domain_CSAPI-UI Suggests: %{name}-sub1-domain_CSAPI-UIX -Suggests: %{name}-sub1-domain_CSAPI-WebView Requires: %{name}-sub1-domain_Feature-DotNET Requires: building-blocks-mapping-files Requires: csapi-tizenfx-full diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index e022b37..d73b88c 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -311,7 +311,6 @@ Requires: %{name}-sub2-domain_CSAPI-UIX-TtsEngine Requires: %{name}-sub2-domain_CSAPI-UIX-VoiceControl Requires: %{name}-sub2-domain_CSAPI-UIX-VoiceControlManager Requires: %{name}-sub2-domain_CSAPI-UIX-Nlp -Requires: %{name}-sub1-domain_CSAPI-WebView %endif #From TRE-2538 Requires: libpaho-mqtt-c |