Skip to content

Commit

Permalink
NetworkPkg: DSC changes for Shared Crypto
Browse files Browse the repository at this point in the history
Updates the CryptoPkg library instances used after the Shared Crypto
changes in CryptoPkg.

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki committed Jun 25, 2024
1 parent 9cb2e74 commit 6f9f284
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions NetworkPkg/NetworkPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,10 @@
SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf

!ifdef CONTINUOUS_INTEGRATION
# MU_CHANGE [BEGIN] - Build with CryptoPkg after Shared Crypto
BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
TlsLib|CryptoPkg/Library/TlsLibNull/TlsLibNull.inf
!else
BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
!endif
# MU_CHANGE [END] - Build with CryptoPkg after Shared Crypto
DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
Expand Down

0 comments on commit 6f9f284

Please sign in to comment.