]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
182b1d16
LG
2# Section Extraction Dxe Driver produces framework section extract protocol.\r
3#\r
4# The section is implemented as a linked list of section streams,\r
5# where each stream contains a linked list of children, which may be leaves or\r
6# encapsulations. Encapsulation section will further generate new section stream entries.\r
0a6f4824
LG
7#\r
8# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
180a5a35 9# This program and the accompanying materials\r
797a9d67 10# are licensed and made available under the terms and conditions of the BSD License\r
6558a837 11# which accompanies this distribution. The full text of the license may be found at\r
797a9d67 12# http://opensource.org/licenses/bsd-license.php\r
0a6f4824 13#\r
797a9d67 14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
0a6f4824 16#\r
6bfbb5f0 17##\r
797a9d67 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = SectionExtractionDxe\r
f9841f04 22 MODULE_UNI_FILE = SectionExtractionDxe.uni\r
797a9d67 23 FILE_GUID = 801ADCA0-815E-46a4-84F7-657F53621A57\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
0a6f4824 26 ENTRY_POINT = SectionExtractionEntryPoint\r
182b1d16 27\r
4ee6846f 28# The following information is for reference only and not required by the build tools.\r
29#\r
64bbf1de 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
4ee6846f 31#\r
797a9d67 32\r
33[Sources]\r
34 SectionExtraction.c\r
797a9d67 35\r
36[LibraryClasses]\r
37 UefiBootServicesTableLib\r
38 MemoryAllocationLib\r
797a9d67 39 DebugLib\r
40 BaseLib\r
41 BaseMemoryLib\r
42 UefiDriverEntryPoint\r
8472f1f5 43 UefiLib\r
797a9d67 44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
48\r
49[Protocols]\r
f9841f04
SZ
50 gEfiSectionExtractionProtocolGuid ## PRODUCES\r
51 gEfiDecompressProtocolGuid ## SOMETIMES_CONSUMES\r
797a9d67 52\r
53[Depex]\r
182b1d16 54 gEfiDecompressProtocolGuid\r
f9841f04
SZ
55\r
56[UserExtensions.TianoCore."ExtraFiles"]\r
57 SectionExtractionDxeExtra.uni\r