Skip to content

Commit

Permalink
BaseTools: Add ParallelLzmaCompress tool GUID
Browse files Browse the repository at this point in the history
Allows the Parallel LZMA Compress tool to be selected via its GUID
for compression.

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
joschock authored and makubacki committed Jun 24, 2024
1 parent d312586 commit f48f1f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BaseTools/Conf/tools_def.template
Original file line number Diff line number Diff line change
Expand Up @@ -2386,6 +2386,12 @@ RELEASE_XCODE5_X64_CC_FLAGS = -target x86_64-pc-win32-macho -c -Os -W
*_*_*_LZMA_PATH = LzmaCompress
*_*_*_LZMA_GUID = EE4E5898-3914-4259-9D6E-DC7BD79403CF

##################
# ParallelLzmaCompress tool definitions
##################
*_*_*_PARALLELLZMA_PATH = LzmaCompress
*_*_*_PARALLELLZMA_GUID = BD9921EA-ED91-404A-8B2F-B4D724747C8C

##################
# LzmaF86Compress tool definitions with converter for x86 code.
# It can improve the compression ratio if the input file is IA32 or X64 PE image.
Expand Down

0 comments on commit f48f1f9

Please sign in to comment.