]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / PeiExtractGuidedSectionLib / PeiExtractGuidedSectionLib.inf
1 ## @file
2 # Instance of ExtractGuidedSection Library for PEI phase.
3 #
4 # This library provides generic extract guided section functions for PEIM and PEI_CORE module.
5 #
6 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = PeiExtractGuidedSectionLib
16 MODULE_UNI_FILE = PeiExtractGuidedSectionLib.uni
17 FILE_GUID = 41ddf016-2a11-415f-8880-00d938e9541a
18 MODULE_TYPE = PEIM
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = ExtractGuidedSectionLib|PEIM PEI_CORE
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
26 #
27
28 [Sources]
29 PeiExtractGuidedSectionLib.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33
34
35 [LibraryClasses]
36 BaseMemoryLib
37 DebugLib
38 HobLib
39 PcdLib
40
41 [Pcd]
42 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler ## CONSUMES
43