]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
MdeModulePkg: Unify the definitions of size_t
[mirror_edk2.git] / MdeModulePkg / Library / BrotliCustomDecompressLib / BrotliCustomDecompressLib.inf
1 ## @file
2 # BrotliCustomDecompressLib produces BROTLI custom decompression algorithm.
3 #
4 # It is based on the Brotli v0.5.2.
5 # Brotli was released on the website https://github.com/google/brotli.
6 #
7 # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = BrotliDecompressLib
17 MODULE_UNI_FILE = BrotliDecompressLib.uni
18 FILE_GUID = 69EC7DB2-B0DD-493A-963A-C5F330131BAA
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = NULL
22 CONSTRUCTOR = BrotliDecompressLibConstructor
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64
28 #
29
30 [Sources]
31 GuidedSectionExtraction.c
32 BrotliDecompress.c
33 BrotliDecompressLibInternal.h
34 common/dictionary.c
35 common/transform.c
36 dec/bit_reader.c
37 dec/decode.c
38 dec/huffman.c
39 dec/state.c
40 brotli/decode.h
41 brotli/port.h
42 brotli/types.h
43 common/constants.h
44 common/context.h
45 common/dictionary.h
46 common/platform.h
47 common/transform.h
48 common/version.h
49 dec/bit_reader.h
50 dec/huffman.h
51 dec/state.h
52 dec/prefix.h
53
54 [Packages]
55 MdePkg/MdePkg.dec
56 MdeModulePkg/MdeModulePkg.dec
57
58 [Guids]
59 gBrotliCustomDecompressGuid ## PRODUCES ## UNDEFINED # specifies BROTLI custom decompress algorithm.
60
61 [LibraryClasses]
62 BaseLib
63 DebugLib
64 BaseMemoryLib
65 ExtractGuidedSectionLib