]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
MdeModulePkg: Unify the definitions of size_t
[mirror_edk2.git] / MdeModulePkg / Library / BrotliCustomDecompressLib / BrotliCustomDecompressLib.inf
index 578f97f7b3d77c40f9d872dcad99275dc420d4ae..3ba2cb9c3f7d983bf36957945e9f556519a75fc4 100644 (file)
@@ -6,12 +6,7 @@
 #\r
 #  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 ##\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
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r