summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf')
-rw-r--r--IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf23
1 files changed, 12 insertions, 11 deletions
diff --git a/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf b/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
index c250c0c92e..55980c920f 100644
--- a/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
+++ b/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
@@ -1,11 +1,12 @@
#/** @file
#
-# Section Extraction Dxe Driver.
-#
-# Section Extraction Protocol implementation as defined in Intel Framework
-# Specification.
+# Section Extraction Dxe Driver produces framework section extract protocol.
+#
+# The section is implemented as a linked list of section streams,
+# where each stream contains a linked list of children, which may be leaves or
+# encapsulations. Encapsulation section will further generate new section stream entries.
#
-# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
+# Copyright (c) 2006 - 2009, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -23,7 +24,7 @@
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = SectionExtractionEntryPoint
- EFI_SPECIFICATION_VERSION = 0x00020000
+
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
@@ -31,12 +32,10 @@
[Sources]
SectionExtraction.c
- SectionExtraction.h
[LibraryClasses]
UefiBootServicesTableLib
MemoryAllocationLib
- UefiLib
DebugLib
BaseLib
BaseMemoryLib
@@ -47,8 +46,10 @@
IntelFrameworkPkg/IntelFrameworkPkg.dec
[Protocols]
- gEfiSectionExtractionProtocolGuid # ALWAYS_PRODUCED
- gEfiDecompressProtocolGuid # ALWAYS_CONSUMED
+ gEfiSectionExtractionProtocolGuid ## PRODUCEDS
+ gEfiDecompressProtocolGuid ## CONSUMEDS
[Depex]
- TRUE \ No newline at end of file
+ gEfiDecompressProtocolGuid
+
+ \ No newline at end of file