]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
Remove IntelFrameworkModulePkg
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / LzmaCustomDecompressLib / LzmaCustomDecompressLib.inf
diff --git a/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf b/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
deleted file mode 100644 (file)
index ea6a096..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-## @file\r
-#  LzmaCustomDecompressLib produces LZMA custom decompression algorithm.\r
-#\r
-#  It is based on the LZMA SDK 18.05.\r
-#  LZMA SDK 18.05 was placed in the public domain on 2018-04-30.\r
-#  It was released on the http://www.7-zip.org/sdk.html website.\r
-#\r
-#  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = LzmaDecompressLib\r
-  MODULE_UNI_FILE                = LzmaDecompressLib.uni\r
-  FILE_GUID                      = 35194660-7421-44ad-9636-e44885f092d1\r
-  MODULE_TYPE                    = BASE\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = NULL\r
-  CONSTRUCTOR                    = LzmaDecompressLibConstructor\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
-#\r
-\r
-[Sources]\r
-  LzmaDecompress.c\r
-  Sdk/C/LzFind.c\r
-  Sdk/C/LzmaDec.c\r
-  Sdk/C/7zVersion.h\r
-  Sdk/C/CpuArch.h\r
-  Sdk/C/LzFind.h\r
-  Sdk/C/LzHash.h\r
-  Sdk/C/LzmaDec.h\r
-  Sdk/C/7zTypes.h\r
-  Sdk/C/Precomp.h\r
-  Sdk/C/Compiler.h\r
-  GuidedSectionExtraction.c\r
-  UefiLzma.h\r
-  LzmaDecompressLibInternal.h\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-\r
-[Guids]\r
-  gLzmaCustomDecompressGuid  ## PRODUCES  ## UNDEFINED # specifies LZMA custom decompress algorithm.\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  DebugLib\r
-  BaseMemoryLib\r
-  ExtractGuidedSectionLib\r
-\r