]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/CCode/Source/GenSection/GenSection.c
The main issue want to be resolve is that some tools need EfiCompress and other tools...
[mirror_edk2.git] / Tools / CCode / Source / GenSection / GenSection.c
index 353b1a398599c9cadf203e47c34409cb9988fc6f..8599346388eb66d674542df12fe3599b58cdce88 100644 (file)
@@ -28,7 +28,7 @@ Abstract:
 #include <Protocol/GuidedSectionExtraction.h>\r
 \r
 #include "CommonLib.h"\r
-#include "EfiCompress.h"\r
+#include "Compress.h"\r
 #include "EfiCustomizedCompress.h"\r
 #include "Crc32.h"\r
 #include "EfiUtilityMsgs.h"\r
@@ -429,7 +429,7 @@ Returns:
     break;\r
 \r
   case EFI_STANDARD_COMPRESSION:\r
-    CompressFunction = (COMPRESS_FUNCTION) Compress;\r
+    CompressFunction = (COMPRESS_FUNCTION) TianoCompress;\r
     break;\r
 \r
   case EFI_CUSTOMIZED_COMPRESSION:\r