Parcourir la source

Platform/Qemu: Fix build break in SbsaQemu

Commit 6eb407947592e084110a124be089bef167af1383 added a new dependency
of PlatformPKProtectionLib to SecureBootVariableLib. This causes the
build of SbsaQemu to fail.

Add the PlatformPKProtectionLib library instance to SbsaQemu.dsc
to fix the build.

Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jeff Booher-Kaeding <Jeff.Booher-Kaeding@arm.com>
Cc: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>

Signed-off-by: Dimitrije Pavlov <Dimitrije.Pavlov@arm.com>
Dimitrije Pavlov il y a 1 an
Parent
commit
c45155be7b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Platform/Qemu/SbsaQemu/SbsaQemu.dsc

+ 1 - 0
Platform/Qemu/SbsaQemu/SbsaQemu.dsc

@@ -158,6 +158,7 @@ DEFINE NETWORK_HTTP_BOOT_ENABLE       = FALSE
   AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
   SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf
   SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf
+  PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPolicy/PlatformPKProtectionLibVarPolicy.inf
 
   # re-use the UserPhysicalPresent() dummy implementation from the ovmf tree
   PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf