From 06033f5abad3815e8d80de22c97ba38a05017262 Mon Sep 17 00:00:00 2001 From: Shenglei Zhang Date: Fri, 21 Feb 2020 10:21:06 +0800 Subject: BaseTools: Make brotli a submodule Use submodule way to access brotli in BaseTools based on brotli version 666c3280cc11dc433c303d79a83d4ffbdd12cc8d. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2558 Cc: Bob Feng Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Liming Gao --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 5f4e4c2bcb..8430463654 100644 --- a/Readme.md +++ b/Readme.md @@ -57,7 +57,7 @@ for the UEFI and PI specifications from www.uefi.org. The majority of the content in the EDK II open source project uses a [BSD-2-Clause Plus Patent License](License.txt). The EDK II open source project contains the following components that are covered by additional licenses: -* [BaseTools/Source/C/BrotliCompress](BaseTools/Source/C/BrotliCompress/LICENSE) +* [BaseTools/Source/C/BrotliCompress/brotli](https://github.com/google/brotli/blob/master/LICENSE) * [MdeModulePkg/Library/BrotliCustomDecompressLib/brotli](https://github.com/google/brotli/blob/master/LICENSE) * [BaseTools/Source/C/LzmaCompress](BaseTools/Source/C/LzmaCompress/LZMA-SDK-README.txt) * [MdeModulePkg/Library/LzmaCustomDecompressLib](MdeModulePkg/Library/LzmaCustomDecompressLib/LZMA-SDK-README.txt) @@ -201,6 +201,7 @@ as possible as we can. Currently EDK II contains the following submodules - ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 - MdeModulePkg/Universal/RegularExpressionDxe/oniguruma - MdeModulePkg/Library/BrotliCustomDecompressLib/brotli +- BaseTools/Source/C/BrotliCompress/brotli ArmSoftFloatLib is actually required by OpensslLib. It's inevitable in openssl-1.1.1 (since stable201905) for floating point parameter -- cgit v1.2.3