]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / LzmaCustomDecompressLib / LzmaCustomDecompressLib.inf
CommitLineData
6bfbb5f0 1## @file\r
182b1d16 2# LzmaCustomDecompressLib produces LZMA custom decompression algorithm.\r
306bf4e2 3#\r
182b1d16
LG
4# It is based on the LZMA SDK 4.65.\r
5# LZMA SDK 4.65 was placed in the public domain on 2009-02-03. \r
6# It was released on the http://www.7-zip.org/sdk.html website.\r
7#\r
180a5a35 8# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
306bf4e2 9#\r
180a5a35 10# This program and the accompanying materials\r
306bf4e2 11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
6bfbb5f0 18##\r
306bf4e2 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
19a4a0a0 22 BASE_NAME = LzmaDecompressLib\r
306bf4e2 23 FILE_GUID = 35194660-7421-44ad-9636-e44885f092d1\r
24 MODULE_TYPE = BASE\r
25 VERSION_STRING = 1.0\r
14e436f9 26 LIBRARY_CLASS = NULL\r
306bf4e2 27 CONSTRUCTOR = LzmaDecompressLibConstructor\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
6bfbb5f0 35[Sources]\r
19a4a0a0 36 LzmaDecompress.c\r
37 Sdk/C/LzFind.c\r
38 Sdk/C/LzmaDec.c\r
39 GuidedSectionExtraction.c\r
182b1d16
LG
40 UefiLzma.h\r
41 LzmaDecompressLibInternal.h\r
306bf4e2 42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
46\r
47[Guids]\r
182b1d16 48 gLzmaCustomDecompressGuid ## PRODUCED ## GUID specifies LZMA custom decompress algorithm.\r
306bf4e2 49\r
50[LibraryClasses]\r
51 BaseLib\r
52 DebugLib\r
53 BaseMemoryLib\r
306bf4e2 54 ExtractGuidedSectionLib\r
55\r