]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
IntelFrameworkModulePkg LZMA: Support running LZMA from flash/rom
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / LzmaCustomDecompressLib / LzmaCustomDecompressLib.inf
index 9b4d78447ddc735ea84027e4ae61f4473f52792b..0064ee3dd0001aa529344a886a5daec06d6f83bb 100644 (file)
@@ -1,8 +1,11 @@
 #/** @file\r
-# LZMA GUIDed Section Extraction Protocol Library\r
+#  LzmaCustomDecompressLib produces LZMA custom decompression algorithm.\r
 #\r
-# Uefi Decompression library instance\r
-# Copyright (c) 2006, 2009, Intel Corporation.\r
+#  It is based on the LZMA SDK 4.65.\r
+#  LZMA SDK 4.65 was placed in the public domain on 2009-02-03.  \r
+#  It was released on the http://www.7-zip.org/sdk.html website.\r
+#\r
+#  Copyright (c) 2009, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   FILE_GUID                      = 35194660-7421-44ad-9636-e44885f092d1\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = BASE\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
+  LIBRARY_CLASS                  = NULL\r
   CONSTRUCTOR                    = LzmaDecompressLibConstructor\r
 \r
 #\r
   Sdk/C/LzFind.c\r
   Sdk/C/LzmaDec.c\r
   GuidedSectionExtraction.c\r
+  UefiLzma.h\r
+  LzmaDecompressLibInternal.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [Guids]\r
-  gLzmaCustomDecompressGuid \r
+  gLzmaCustomDecompressGuid  ## PRODUCED  ## GUID specifies LZMA custom decompress algorithm.\r
 \r
 [LibraryClasses]\r
   BaseLib\r
   DebugLib\r
   BaseMemoryLib\r
-  MemoryAllocationLib\r
   ExtractGuidedSectionLib\r
 \r