* [PATCH] MdeModulePkg/Decompress: Add missing source file to Brotli library
@ 2022-12-10 13:47 Chang, Abner
0 siblings, 0 replies; only message in thread
From: Chang, Abner @ 2022-12-10 13:47 UTC (permalink / raw)
To: devel; +Cc: Kuei-Hung.Lin, Dandan Bi, Liming Gao, Garrett Kirkendall,
Abner Chang
From: Abner Chang <abner.chang@amd.com>
Add missing source files to Brotli library INF.
Signed-off-by: Kuei-Hung Lin <Kuei-Hung.Lin@amd.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Garrett Kirkendall <garrett.kirkendall@amd.com>
Cc: Abner Chang <abner.chang@amd.com>
---
.../BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
index 525e92408d6..05c28ff142e 100644
--- a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
+++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
@@ -5,6 +5,7 @@
# Brotli was released on the website https://github.com/google/brotli.
#
# Copyright (c) 2017 - 2020, Intel Corporation. All rights reserved.<BR>
+# Copyright (C) 2022 Advanced Micro Devices, Inc. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
@@ -41,6 +42,10 @@
# Wrapper header files end #
brotli/c/common/dictionary.c
brotli/c/common/transform.c
+ brotli/c/common/context.c
+ brotli/c/common/platform.c
+ brotli/c/common/constants.c
+ brotli/c/common/shared_dictionary.c
brotli/c/dec/bit_reader.c
brotli/c/dec/decode.c
brotli/c/dec/huffman.c
--
2.37.1.windows.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-10 13:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-10 13:47 [PATCH] MdeModulePkg/Decompress: Add missing source file to Brotli library Chang, Abner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox