[AMD Official Use Only - General] Forwarding this question to Jiangang and Tim.
Abner > -----Original Message----- > From: gaoliming <gaolim...@byosoft.com.cn> > Sent: Wednesday, January 18, 2023 11:20 AM > To: Chang, Abner <abner.ch...@amd.com>; devel@edk2.groups.io > Cc: 'Dandan Bi' <dandan...@intel.com>; Kirkendall, Garrett > <garrett.kirkend...@amd.com> > Subject: 回复: [PATCH V2] MdeModulePkg/Decompress: Add missing source > file to Brotli library > > Caution: This message originated from an External Source. Use proper > caution when opening attachments, clicking links, or responding. > > > Abner: > What problem will be caused without those source files? > > Thanks > Liming > > -----邮件原件----- > > 发件人: abner.ch...@amd.com <abner.ch...@amd.com> > > 发送时间: 2023年1月12日 13:08 > > 收件人: devel@edk2.groups.io > > 抄送: Dandan Bi <dandan...@intel.com>; Liming Gao > > <gaolim...@byosoft.com.cn>; Garrett Kirkendall > > <garrett.kirkend...@amd.com>; Abner Chang <abner.ch...@amd.com> > > 主题: [PATCH V2] MdeModulePkg/Decompress: Add missing source file to > > Brotli library > > > > From: Abner Chang <abner.ch...@amd.com> > > > > Add missing source files to Brotli library INF. > > > > Signed-off-by: Jiangang He <jiangang...@amd.com> > > Cc: Dandan Bi <dandan...@intel.com> > > Cc: Liming Gao <gaolim...@byosoft.com.cn> > > Cc: Garrett Kirkendall <garrett.kirkend...@amd.com> > > Cc: Abner Chang <abner.ch...@amd.com> > > --- > > .../BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf | 5 > > +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git > > > a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecom > p > > ressLib.inf > > > b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecom > p > > ressLib.inf > > index 525e92408d6..244c2e35023 100644 > > --- > > > a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecom > p > > ressLib.inf > > +++ > > > b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecom > p > > ressLib.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) 2023 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 > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#98758): https://edk2.groups.io/g/devel/message/98758 Mute This Topic: https://groups.io/mt/96347163/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-