diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-08-12 18:32:36 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-08-12 18:32:36 +0000 |
commit | 3364f3ce822c25882f23232a1a291cf670cee974 (patch) | |
tree | 9349eb2d845f5a70c402ae56d2ad08d9ef6f0ba8 | |
parent | abeca79abfab3fbfd7b06075e06a2ea08114c8a6 (diff) | |
download | edk2-platforms-3364f3ce822c25882f23232a1a291cf670cee974.tar.xz |
Add LZMA decompression to DXE Core.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10792 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | UnixPkg/UnixPkg.dsc | 1 | ||||
-rw-r--r-- | UnixPkg/UnixPkgX64.dsc | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/UnixPkg/UnixPkg.dsc b/UnixPkg/UnixPkg.dsc index d5c3d81cd5..9867c48564 100644 --- a/UnixPkg/UnixPkg.dsc +++ b/UnixPkg/UnixPkg.dsc @@ -251,6 +251,7 @@ MdeModulePkg/Core/Dxe/DxeMain.inf {
<LibraryClasses>
NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
+ NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
}
MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
<LibraryClasses>
diff --git a/UnixPkg/UnixPkgX64.dsc b/UnixPkg/UnixPkgX64.dsc index 8411eb62a8..d6e87fa796 100644 --- a/UnixPkg/UnixPkgX64.dsc +++ b/UnixPkg/UnixPkgX64.dsc @@ -250,6 +250,7 @@ MdeModulePkg/Core/Dxe/DxeMain.inf {
<LibraryClasses>
NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
+ NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
}
MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
<LibraryClasses>
@@ -321,4 +322,4 @@ }
FatPkg/EnhancedFatDxe/Fat.inf
-
+
|