Skip to content

Commit

Permalink
QemuSbsaPkg: Use LockBoxLib null instance
Browse files Browse the repository at this point in the history
The QemuPkg LockBoxLib is being removed. Used the null instance here
for libraries (like PerformanceLib) that link against a LockBoxLib
instance.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
  • Loading branch information
makubacki committed Sep 24, 2024
1 parent 28bef5d commit 4e50c47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Platforms/QemuSbsaPkg/QemuSbsaPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@

UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf

#
# Ramdisk Requirements
Expand Down Expand Up @@ -208,7 +209,6 @@
PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf

# Security Libraries
LockBoxLib |QemuPkg/Library/LockBoxLib/LockBoxBaseLib.inf
PasswordStoreLib |MsCorePkg/Library/PasswordStoreLibNull/PasswordStoreLibNull.inf
PasswordPolicyLib |OemPkg/Library/PasswordPolicyLib/PasswordPolicyLib.inf
SecureBootKeyStoreLib |MsCorePkg/Library/BaseSecureBootKeyStoreLib/BaseSecureBootKeyStoreLib.inf
Expand Down Expand Up @@ -455,7 +455,6 @@
ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
PcdDatabaseLoaderLib|MdeModulePkg/Library/PcdDatabaseLoaderLib/Dxe/PcdDatabaseLoaderLibDxe.inf
UpdateFacsHardwareSignatureLib|OemPkg/Library/UpdateFacsHardwareSignatureLib/UpdateFacsHardwareSignatureLib.inf
LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
PolicyLib|PolicyServicePkg/Library/DxePolicyLib/DxePolicyLib.inf

!if $(TPM2_ENABLE) == TRUE
Expand Down

0 comments on commit 4e50c47

Please sign in to comment.