summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongsun Lee <ds73.lee@samsung.com>2024-03-04 11:57:35 +0900
committerDongsun Lee <ds73.lee@samsung.com>2024-03-04 13:39:41 +0900
commit308d785662e7b6ece0eaa8897ff0c6ebebaa6c0e (patch)
tree01423374bc550701c863a2afa28621949a3f4634
parent454208545e36d9dea06f23e46ba3541b520f47b3 (diff)
downloadbuilding-blocks-308d785662e7b6ece0eaa8897ff0c6ebebaa6c0e.tar.gz
building-blocks-308d785662e7b6ece0eaa8897ff0c6ebebaa6c0e.tar.bz2
building-blocks-308d785662e7b6ece0eaa8897ff0c6ebebaa6c0e.zip
Change-Id: Ia76bf3c0b60b555f4f00d637c6886fa1a919a855
-rw-r--r--packaging/domain-apis-security.inc10
-rw-r--r--packaging/platform-preset-iot.inc2
2 files changed, 12 insertions, 0 deletions
diff --git a/packaging/domain-apis-security.inc b/packaging/domain-apis-security.inc
index cec9edd..0d42340 100644
--- a/packaging/domain-apis-security.inc
+++ b/packaging/domain-apis-security.inc
@@ -15,6 +15,7 @@ Suggests: %{name}-sub2-domain_API-Security-Privilege_Info
Suggests: %{name}-sub2-domain_API-Security-YACA
Suggests: %{name}-sub2-domain_API-Security-Device_Certificate
Suggests: %{name}-sub2-domain_API-Security-Privacy_Privilege
+Suggests: %{name}-sub2-domain_API-Security-WebAuthn
%description sub1-domain_API-Security
Tizen block (set of packages) for Group of domain API-Security
%files sub1-domain_API-Security
@@ -87,3 +88,12 @@ The Privacy Privilege Manager provides functions for privacy privileged app. It
%files sub2-domain_API-Security-Privacy_Privilege
%posttrans sub2-domain_API-Security-Privacy_Privilege
%tizen_feature tizen.org/feature/security.privacy_privilege false
+
+
+%package sub2-domain_API-Security-WebAuthn
+Summary: WebAuthn
+Requires: libwebauthn-client
+Requires: webauthn-ble
+%description sub2-domain_API-Security-WebAuthn
+The WebAuthn provides APIs for accessing public key credentials. It allows an app to authenticate an user without password.
+%files sub2-domain_API-Security-WebAuthn
diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc
index 6040539..0149575 100644
--- a/packaging/platform-preset-iot.inc
+++ b/packaging/platform-preset-iot.inc
@@ -227,6 +227,8 @@ Requires: rive-tizen
Requires: %{name}-sub2-domain_API-System-Resource_Monitor
#From TRE-2909
Requires: %{name}-sub2-domain_API-MachineLearning-Service
+# From TRE-3131/3132
+Requires: %{name}-sub2-domain_API-Security-WebAuthn
%if %{dotnet_feature} == "on"
##### TizenFX for Headed #####