audk/BaseTools/Source/C/BrotliCompress
Yunhua Feng 662b42db76 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>
2020-11-13 06:23:56 +00:00
..
brotli@666c3280cc BaseTools: Make brotli a submodule 2020-04-16 01:58:38 +00:00
BrotliCompress.c BaseTools: Fix BrotliCompress tool issue 2020-11-13 06:23:56 +00:00
GNUmakefile BaseTools: Fix BrotliCompress tool issue 2020-11-13 06:23:56 +00:00
Makefile BaseTools: Fix BrotliCompress tool issue 2020-11-13 06:23:56 +00:00