58802e0 MdeModulePkg/BrotliCustomDecompressLib: Make brotli a submodule

36 files Authored by Shenglei Zhang 4 years ago, Committed by mergify[bot] 4 years ago,
36 files changed. 151 lines added. 12449 lines removed.
.gitmodules
file modified
+3 -0
.pytool/CISettings.py
file modified
+2 -0
MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
file modified
+28 -20
MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecUefiSupport.c
file added
+31
MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecUefiSupport.h
file added
+43
MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecompressLibInternal.h
file modified
+3 -20
MdeModulePkg/Library/BrotliCustomDecompressLib/LICENSE
file removed
-19
MdeModulePkg/Library/BrotliCustomDecompressLib/README.md
file removed
-26
MdeModulePkg/Library/BrotliCustomDecompressLib/ReadMe.txt
file removed
-2
MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/decode.h
file removed
-344
MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/port.h
file removed
-274
MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/types.h
file removed
-92
MdeModulePkg/Library/BrotliCustomDecompressLib/common/constants.h
file removed
-64
MdeModulePkg/Library/BrotliCustomDecompressLib/common/context.h
file removed
-261
MdeModulePkg/Library/BrotliCustomDecompressLib/common/dictionary.c
file removed
-5905
MdeModulePkg/Library/BrotliCustomDecompressLib/common/dictionary.h
file removed
-64
MdeModulePkg/Library/BrotliCustomDecompressLib/common/platform.h
file removed
-559
MdeModulePkg/Library/BrotliCustomDecompressLib/common/transform.c
file removed
-235
MdeModulePkg/Library/BrotliCustomDecompressLib/common/transform.h
file removed
-80
MdeModulePkg/Library/BrotliCustomDecompressLib/common/version.h
file removed
-26
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/bit_reader.c
file removed
-48
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/bit_reader.h
file removed
-309
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/decode.c
file removed
-2500
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.c
file removed
-356
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.h
file removed
-72
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/prefix.h
file removed
-750
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/state.c
file removed
-164
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/state.h
file removed
-258
MdeModulePkg/Library/BrotliCustomDecompressLib/docs/brotli-comparison-study-2015-09-22.pdf
file removed
-0
MdeModulePkg/Library/BrotliCustomDecompressLib/stddef.h
file added
+9
MdeModulePkg/Library/BrotliCustomDecompressLib/stdint.h
file added
+9
MdeModulePkg/Library/BrotliCustomDecompressLib/stdlib.h
file added
+9
MdeModulePkg/Library/BrotliCustomDecompressLib/string.h
file added
+9
MdeModulePkg/MdeModulePkg.dec
file modified
+2 -0
Readme.md
file modified
+2 -1
    MdeModulePkg/BrotliCustomDecompressLib: Make brotli a submodule
    
    Use submodule way to access brotli in MdeModulePkg based on
    brotli version 666c3280cc11dc433c303d79a83d4ffbdd12cc8d.
    The newly added BrotliDecUefiSupport.h/.c are used by directory
    'brotli'.
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2559
    
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Jian J Wang <jian.j.wang@intel.com>
    Cc: Hao A Wu <hao.a.wu@intel.com>
    Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>
    
        
file modified
+3 -0
file modified
+2 -0
file modified
+2 -1