]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkg
[mirror_edk2.git] / MdePkg / Library / PeiExtractGuidedSectionLib / PeiExtractGuidedSectionLib.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Instance of ExtractGuidedSection Library for PEI phase.\r
0fa00159 3#\r
d173d9c7 4# This library provides generic extract guided section functions for PEIM and PEI_CORE module.\r
85ea851e 5#\r
19388d29 6# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
0fa00159 7#\r
19388d29 8# This program and the accompanying materials\r
0fa00159
LG
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
6bfbb5f0 16##\r
0fa00159
LG
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PeiExtractGuidedSectionLib\r
21 FILE_GUID = 41ddf016-2a11-415f-8880-00d938e9541a\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
b9d5a7f1 24 LIBRARY_CLASS = ExtractGuidedSectionLib|PEIM PEI_CORE\r
0fa00159
LG
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
078bee4e 29# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
0fa00159
LG
30#\r
31\r
6bfbb5f0 32[Sources]\r
0fa00159
LG
33 PeiExtractGuidedSectionLib.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
38\r
39[LibraryClasses]\r
40 BaseMemoryLib\r
41 DebugLib\r
42 HobLib\r
4c395b6d 43 PcdLib\r
0fa00159 44\r
6bfbb5f0 45[Pcd]\r
1727a8c6 46 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler ## CONSUMES\r
0fa00159
LG
47\r
48\r