]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
Clean up Library LzmaCustomDecompressLib, PeiRecoveryLib and driver SectionExtraction
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
index c250c0c92ef883dcabc0a574fe2942d93cfed665..55980c920fd8680b5215894bb6f41ce7038183b6 100644 (file)
@@ -1,11 +1,12 @@
 #/** @file\r
 #  \r
-#  Section Extraction Dxe Driver.\r
-#    \r
-#  Section Extraction Protocol implementation as defined in Intel Framework\r
-#  Specification. \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 - 2008, Intel Corporation. <BR>\r
+#  Copyright (c) 2006 - 2009, Intel Corporation. <BR>\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
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -23,7 +24,7 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = SectionExtractionEntryPoint  \r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\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
 [Sources]\r
   SectionExtraction.c\r
-  SectionExtraction.h\r
 \r
 [LibraryClasses]\r
   UefiBootServicesTableLib\r
   MemoryAllocationLib\r
-  UefiLib\r
   DebugLib\r
   BaseLib\r
   BaseMemoryLib\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
 \r
 [Protocols]\r
-  gEfiSectionExtractionProtocolGuid    # ALWAYS_PRODUCED\r
-  gEfiDecompressProtocolGuid           # ALWAYS_CONSUMED\r
+  gEfiSectionExtractionProtocolGuid    ## PRODUCEDS\r
+  gEfiDecompressProtocolGuid           ## CONSUMEDS\r
 \r
 [Depex]\r
-  TRUE
\ No newline at end of file
+  gEfiDecompressProtocolGuid\r
+  \r
+  
\ No newline at end of file