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