]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*
[mirror_edk2.git] / EmbeddedPkg / 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
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
8# Copyright (c) 2009, Intel Corporation.\r
9#\r
10# All rights reserved. This program and the accompanying materials\r
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
18#**/\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = LzmaDecompressLib\r
23 FILE_GUID = 35194660-7421-44ad-9636-e44885f092d1\r
24 MODULE_TYPE = BASE\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = NULL\r
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
35[Sources.common]\r
36 LzmaHobCustomDecompressLib.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
41 EmbeddedPkg/EmbeddedPkg.dec\r
42\r
43[Guids]\r
44 gLzmaCustomDecompressGuid ## PRODUCED ## GUID specifies LZMA custom decompress algorithm.\r
45\r
46[LibraryClasses]\r
47 DebugLib\r
48 HobLib\r
49 ExtractGuidedSectionLib\r
50\r