[TRE-3156] Add webauthn to Tizen Platform Image. 76/310476/4 accepted/tizen/8.0/unified/20240430.160544
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:50 +0000 (09:21 +0900)
Change-Id: I32136f8d6c2f02c47d0cd55d6ed4e84f416c7042

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 dadc3ca7e38270d4856e9032d5602549e89a2b14..d0aea41e0f41027b02dc0afb261655fc92662c12 100644 (file)
@@ -228,6 +228,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 #####