]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
Remove IntelFrameworkModulePkg
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
diff --git a/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf b/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
deleted file mode 100644 (file)
index 16f3862..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-## @file\r
-#  Section Extraction Dxe Driver produces framework section extract protocol.\r
-#\r
-#  The section is implemented as a linked list of section streams,\r
-#  where each stream contains a linked list of children, which may be leaves or\r
-#  encapsulations. Encapsulation section will further generate new section stream entries.\r
-#\r
-#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = SectionExtractionDxe\r
-  MODULE_UNI_FILE                = SectionExtractionDxe.uni\r
-  FILE_GUID                      = 801ADCA0-815E-46a4-84F7-657F53621A57\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = SectionExtractionEntryPoint\r
-\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-\r
-[Sources]\r
-  SectionExtraction.c\r
-\r
-[LibraryClasses]\r
-  UefiBootServicesTableLib\r
-  MemoryAllocationLib\r
-  DebugLib\r
-  BaseLib\r
-  BaseMemoryLib\r
-  UefiDriverEntryPoint\r
-  UefiLib\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-\r
-[Protocols]\r
-  gEfiSectionExtractionProtocolGuid    ## PRODUCES\r
-  gEfiDecompressProtocolGuid           ## SOMETIMES_CONSUMES\r
-\r
-[Depex]\r
-  gEfiDecompressProtocolGuid\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  SectionExtractionDxeExtra.uni\r