diff options
author | Yunhua Feng <fengyunhua@byosoft.com.cn> | 2020-11-10 10:41:08 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-11-13 06:23:56 +0000 |
commit | 662b42db76a5b195c3aa94ab2946e342a15cd185 (patch) | |
tree | 0c424fb94cdab80d0fb1650846b2811c8f300adb /ShellPkg/Include | |
parent | 4eea8f0136b3b245bc429a5ff71a70c0840ba927 (diff) | |
download | edk2-662b42db76a5b195c3aa94ab2946e342a15cd185.tar.gz edk2-662b42db76a5b195c3aa94ab2946e342a15cd185.tar.bz2 edk2-662b42db76a5b195c3aa94ab2946e342a15cd185.zip |
BaseTools: Fix BrotliCompress tool issue
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2946
This is the regression issue in BaseTools BrotliCompress after Brotli
is changed to submodule. BrotliCompress should store the source size
and scratch buffer size into the header of the compressed binary data.
But now, BrotliCompress doesn't store them. So, BrotliDecompress
can't work.
To fix this issue, BrotliCompress tool main() function should be provided.
It needs to support the options of -e, -d, -o file, -g gap, -q level.
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Signed-off-by: Yunhua Feng <fengyunhua@byosoft.com.cn>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'ShellPkg/Include')
0 files changed, 0 insertions, 0 deletions