]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
Remove IntelFrameworkModulePkg
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / LzmaCustomDecompressLib / LzmaArchCustomDecompressLib.inf
diff --git a/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf b/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
deleted file mode 100644 (file)
index d789e7d..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-## @file\r
-#  LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for the different arch code.\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) 2012 - 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                      = LzmaArchDecompressLib\r
-  MODULE_UNI_FILE                = LzmaArchDecompressLib.uni\r
-  FILE_GUID                      = A853C1D2-E003-4cc4-9DD1-8824AD79FE48\r
-  MODULE_TYPE                    = BASE\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = NULL\r
-  CONSTRUCTOR                    = LzmaArchDecompressLibConstructor\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64\r
-#\r
-\r
-[Sources]\r
-  LzmaDecompress.c\r
-  Sdk/C/Bra.h\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
-  UefiLzma.h\r
-  LzmaDecompressLibInternal.h\r
-\r
-[Sources.Ia32, Sources.X64]\r
-  Sdk/C/Bra86.c\r
-  F86GuidedSectionExtraction.c\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-\r
-[Guids.Ia32, Guids.X64]\r
-  gLzmaF86CustomDecompressGuid    ## PRODUCES  ## GUID # specifies LZMA custom decompress algorithm with converter for x86 code.\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  DebugLib\r
-  BaseMemoryLib\r
-  ExtractGuidedSectionLib\r
-\r