Skip to content

Commit 1a24f5f

Browse files
ckoehnemergify[bot]
authored andcommitted
OvmfPkg/BhyvePkg: use correct PlatformSecureLib
There's no bhyve specific PlatformSecureLib any more. Use the default one of OvmfPkg which works too. Signed-off-by: Corvin Köhne <c.koehne@beckhoff.com> Reviewed-by: Ard Biesheuvel <ardb+tianocore@kernel.org>
1 parent a403769 commit 1a24f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OvmfPkg/Bhyve/BhyveX64.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
199199

200200
!if $(SECURE_BOOT_ENABLE) == TRUE
201-
PlatformSecureLib|OvmfPkg/Bhyve/Library/PlatformSecureLib/PlatformSecureLib.inf
201+
PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
202202
AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
203203
SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf
204204
PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPolicy/PlatformPKProtectionLibVarPolicy.inf

0 commit comments

Comments
 (0)