]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
0bad5eeed1d4741fcafa844d9bf29000e3349bf6
[mirror_edk2.git] / BeagleBoardPkg / Library / LzmaHobCustomDecompressLib / LzmaHobCustomDecompressLib.inf
1 #/** @file
2 # LzmaCustomDecompressLib produces LZMA custom decompression algorithm.
3 #
4 # It is based on the LZMA SDK 4.65.
5 # LZMA SDK 4.65 was placed in the public domain on 2009-02-03.
6 # It was released on the http://www.7-zip.org/sdk.html website.
7 #
8 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 #**/
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = LzmaDecompressLib
18 FILE_GUID = 35194660-7421-44ad-9636-e44885f092d1
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = NULL
22 CONSTRUCTOR = LzmaDecompressLibConstructor
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29
30 [Sources.common]
31 LzmaHobCustomDecompressLib.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 EmbeddedPkg/EmbeddedPkg.dec
37
38 [Guids]
39 gLzmaCustomDecompressGuid ## PRODUCED ## GUID specifies LZMA custom decompress algorithm.
40
41 [LibraryClasses]
42 DebugLib
43 HobLib
44 ExtractGuidedSectionLib
45