From 18fd8d651d7383c429cbcdf3a4262aa32268cd6c Mon Sep 17 00:00:00 2001 From: lgao4 Date: Sat, 29 Sep 2007 08:04:29 +0000 Subject: 1. Add ExtractGuidedSectionLib library to replace customdecompress library. 2. Add PeiDxeExtractGuidedSectionLib library instance and one PCD PcdMaximumGuidedExtractHandler in MdePkg. 3. Update DxeIpl and DxeMain to consume new library. 4. Update BaseUefiTianoCustomDecompressLib to register TianoDecomress extractguidedsection handler. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3980 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/DxeMain.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Core/Dxe/DxeMain.inf') diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf index 9d6ecd0fba..b50263c0e0 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain.inf +++ b/MdeModulePkg/Core/Dxe/DxeMain.inf @@ -79,7 +79,6 @@ BaseMemoryLib CacheMaintenanceLib UefiDecompressLib - CustomDecompressLib PerformanceLib HobLib BaseLib @@ -87,6 +86,7 @@ DebugLib DxeCoreEntryPoint PeCoffLib + ExtractGuidedSectionLib [Guids] gEfiEventLegacyBootGuid # ALWAYS_CONSUMED -- cgit v1.2.3