]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
MdeModulePkg/BrotliCustomDecompressLib: Make brotli a submodule
[mirror_edk2.git] / MdeModulePkg / Library / BrotliCustomDecompressLib / BrotliCustomDecompressLib.inf
index 3ba2cb9c3f7d983bf36957945e9f556519a75fc4..525e92408d679997f595c2b8d39f223205972ce1 100644 (file)
@@ -4,7 +4,7 @@
 #  It is based on the Brotli v0.5.2.\r
 #  Brotli was released on the website https://github.com/google/brotli.\r
 #\r
-#  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2017 - 2020, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 \r
 [Sources]\r
   GuidedSectionExtraction.c\r
+  BrotliDecUefiSupport.c\r
+  BrotliDecUefiSupport.h\r
   BrotliDecompress.c\r
   BrotliDecompressLibInternal.h\r
-  common/dictionary.c\r
-  common/transform.c\r
-  dec/bit_reader.c\r
-  dec/decode.c\r
-  dec/huffman.c\r
-  dec/state.c\r
-  brotli/decode.h\r
-  brotli/port.h\r
-  brotli/types.h\r
-  common/constants.h\r
-  common/context.h\r
-  common/dictionary.h\r
-  common/platform.h\r
-  common/transform.h\r
-  common/version.h\r
-  dec/bit_reader.h\r
-  dec/huffman.h\r
-  dec/state.h\r
-  dec/prefix.h\r
+  # Wrapper header files start #\r
+  stddef.h\r
+  stdint.h\r
+  stdlib.h\r
+  string.h\r
+  # Wrapper header files end #\r
+  brotli/c/common/dictionary.c\r
+  brotli/c/common/transform.c\r
+  brotli/c/dec/bit_reader.c\r
+  brotli/c/dec/decode.c\r
+  brotli/c/dec/huffman.c\r
+  brotli/c/dec/state.c\r
+  brotli/c/include/brotli/decode.h\r
+  brotli/c/include/brotli/port.h\r
+  brotli/c/include/brotli/types.h\r
+  brotli/c/common/constants.h\r
+  brotli/c/common/context.h\r
+  brotli/c/common/dictionary.h\r
+  brotli/c/common/platform.h\r
+  brotli/c/common/transform.h\r
+  brotli/c/common/version.h\r
+  brotli/c/dec/bit_reader.h\r
+  brotli/c/dec/huffman.h\r
+  brotli/c/dec/state.h\r
+  brotli/c/dec/prefix.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r