[TRE-3131] Add webauthn to Tizen Platform Image. 17/307017/6 accepted/tizen/unified/20240304.123113 accepted/tizen/unified/x/20240305.021735
authorDongsun Lee <ds73.lee@samsung.com>
Mon, 4 Mar 2024 02:57:35 +0000 (11:57 +0900)
committerDongsun Lee <ds73.lee@samsung.com>
Mon, 4 Mar 2024 04:39:41 +0000 (13:39 +0900)
Change-Id: Ia76bf3c0b60b555f4f00d637c6886fa1a919a855

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

index cec9eddb9f40736f67de2317c4027dbec4d53258..0d42340f8f96af1084c5e25ea2829f0ad5107c0e 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 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
index 604053991c33a6990dda292668b90fecd43e9da3..0149575dd97a13a2141792522db634c2a43e9fa3 100644 (file)
@@ -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 #####