]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
Add LzmaArchCustomDecompressLib library instance, which supports for X86 (IA32/X64...
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / LzmaCustomDecompressLib / LzmaArchCustomDecompressLib.inf
CommitLineData
5aab2d50
LG
1## @file\r
2# LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm \r
3# with the converter for the different arch code.\r
4#\r
5# It is based on the LZMA SDK 4.65.\r
6# LZMA SDK 4.65 was placed in the public domain on 2009-02-03. \r
7# It was released on the http://www.7-zip.org/sdk.html website.\r
8#\r
9# Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>\r
10#\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = LzmaArchDecompressLib\r
24 FILE_GUID = A853C1D2-E003-4cc4-9DD1-8824AD79FE48\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = NULL\r
28 CONSTRUCTOR = LzmaArchDecompressLibConstructor\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64\r
34#\r
35\r
36[Sources]\r
37 LzmaDecompress.c\r
38 Sdk/C/Bra.h\r
39 Sdk/C/LzFind.c\r
40 Sdk/C/LzmaDec.c\r
41 Sdk/C/7zVersion.h\r
42 Sdk/C/CpuArch.h\r
43 Sdk/C/LzFind.h\r
44 Sdk/C/LzHash.h\r
45 Sdk/C/LzmaDec.h\r
46 Sdk/C/Types.h \r
47 UefiLzma.h\r
48 LzmaDecompressLibInternal.h\r
49\r
50[Sources.Ia32, Sources.X64]\r
51 Sdk/C/Bra86.c\r
52 F86GuidedSectionExtraction.c\r
53\r
54[Packages]\r
55 MdePkg/MdePkg.dec\r
56 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
57\r
58[Guids.Ia32, Guids.X64]\r
59 gLzmaF86CustomDecompressGuid ## PRODUCED ## GUID specifies LZMA custom decompress algorithm with converter for x86 code.\r
60\r
61[LibraryClasses]\r
62 BaseLib\r
63 DebugLib\r
64 BaseMemoryLib\r
65 ExtractGuidedSectionLib\r
66\r