[TRE-3156] Add webauthn to Tizen Platform Image. 75/310475/5 accepted/tizen/7.0/unified/20240430.162211
authorDongsun Lee <ds73.lee@samsung.com>
Mon, 4 Mar 2024 02:57:35 +0000 (11:57 +0900)
committerDongsun Lee <ds73.lee@samsung.com>
Tue, 30 Apr 2024 00:21:11 +0000 (09:21 +0900)
Change-Id: I49ea2df06d94cea90b38e4d7d760d75278779575

packaging/domain-apis-security.inc
packaging/platform-preset-iot.inc

index 6fb577ec8bd4bbe6e5343b0be8400cba2bdc531e..d5e63c771bc71a7d00a6975f41a59c722987243a 100644 (file)
@@ -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 true
+
+
+%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
index 51447f9b9dfec3b9dd10fc4c54d91176d9c9fa08..8563f25a51191e915c1ac1d569a034b43a1f1068 100644 (file)
@@ -226,6 +226,8 @@ Requires:   rive-tizen
 Requires:       %{name}-sub2-domain_API-System-Resource_Monitor
 #From TRE-2909
 Requires:      %{name}-sub2-domain_API-MachineLearning-Service
+# From TRE-3156
+Requires:      %{name}-sub2-domain_API-Security-WebAuthn
 
 %if %{dotnet_feature} == "on"
 ##### TizenFX for Headed #####