]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
ShellPkg: acpiview: Make '-h' option not require a parameter
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
1 ## @file
2 # Section Extraction Dxe Driver produces framework section extract protocol.
3 #
4 # The section is implemented as a linked list of section streams,
5 # where each stream contains a linked list of children, which may be leaves or
6 # encapsulations. Encapsulation section will further generate new section stream entries.
7 #
8 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = SectionExtractionDxe
16 MODULE_UNI_FILE = SectionExtractionDxe.uni
17 FILE_GUID = 801ADCA0-815E-46a4-84F7-657F53621A57
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = SectionExtractionEntryPoint
21
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 SectionExtraction.c
29
30 [LibraryClasses]
31 UefiBootServicesTableLib
32 MemoryAllocationLib
33 DebugLib
34 BaseLib
35 BaseMemoryLib
36 UefiDriverEntryPoint
37 UefiLib
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 IntelFrameworkPkg/IntelFrameworkPkg.dec
42
43 [Protocols]
44 gEfiSectionExtractionProtocolGuid ## PRODUCES
45 gEfiDecompressProtocolGuid ## SOMETIMES_CONSUMES
46
47 [Depex]
48 gEfiDecompressProtocolGuid
49
50 [UserExtensions.TianoCore."ExtraFiles"]
51 SectionExtractionDxeExtra.uni