]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkg
[mirror_edk2.git] / MdePkg / Library / BaseExtractGuidedSectionLib / BaseExtractGuidedSectionLib.inf
1 ## @file
2 # Base ExtractGuidedSection Library.
3 # This instance can also be used in SEC phase only when the memory is ready in SEC phase.
4 # PCD PcdGuidedExtractHandlerTableAddress points to the available memory address
5 # to store Guided Extract Handlers.
6 #
7 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = BaseExtractGuidedSectionLib
21 FILE_GUID = 4e3236e9-d1c8-4c04-a89f-26f1c44b2592
22 MODULE_TYPE = BASE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = ExtractGuidedSectionLib
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
30 #
31
32 [Sources]
33 BaseExtractGuidedSectionLib.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37
38 [LibraryClasses]
39 BaseMemoryLib
40 DebugLib
41 PcdLib
42
43 [Pcd]
44 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler
45 gEfiMdePkgTokenSpaceGuid.PcdGuidedExtractHandlerTableAddress