Browse Source

Platform/AMD: Use Lzma decompress lib in MdeModulePkg

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800

This commit will update the DSC file to consume the LzmaDecompressLib in
MdeModulePkg, instead of using the one in IntelFrameworkModulePkg.

Please note that, the 2 LzmaDecompressLib are identical. Thus, there is no
functional impact for this commit.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Hao A Wu 5 years ago
parent
commit
f36b5db674
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Platform/AMD/OverdriveBoard/OverdriveBoard.dsc

+ 1 - 1
Platform/AMD/OverdriveBoard/OverdriveBoard.dsc

@@ -507,7 +507,7 @@ DEFINE X64EMU_ENABLE  = FALSE
   MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
   MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
     <LibraryClasses>
-      NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
+      NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
   }
 
   #