]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
MdePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdePkg / Library / BaseExtractGuidedSectionLib / BaseExtractGuidedSectionLib.inf
CommitLineData
b9d5a7f1
LG
1## @file\r
2# Base ExtractGuidedSection Library.\r
3# This instance can also be used in SEC phase only when the memory is ready in SEC phase.\r
736d06b8
LG
4# PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space \r
5# that is used to store Guided Extract Handlers.\r
6# Note: A driver of type DXE_RUNTIME_DRIVER can use this ExtractGuidedSectionLib \r
7# in their initialization without any issues. They only have to be careful in \r
8# the implementation of runtime services, because this BASE library instance doesn't \r
9# convert the address pointed by PcdGuidedExtractHandlerTableAddress to the virtual address.\r
c92c1790
LG
10# \r
11# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
b9d5a7f1
LG
12#\r
13# This program and the accompanying materials\r
14# are licensed and made available under the terms and conditions of the BSD License\r
15# which accompanies this distribution. The full text of the license may be found at\r
35a17154 16# http://opensource.org/licenses/bsd-license.php.\r
b9d5a7f1
LG
17# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
18# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
19#\r
20##\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = BaseExtractGuidedSectionLib\r
c92c1790 25 MODULE_UNI_FILE = BaseExtractGuidedSectionLib.uni\r
b9d5a7f1
LG
26 FILE_GUID = 4e3236e9-d1c8-4c04-a89f-26f1c44b2592\r
27 MODULE_TYPE = BASE\r
28 VERSION_STRING = 1.0\r
29 LIBRARY_CLASS = ExtractGuidedSectionLib\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
35#\r
36\r
37[Sources]\r
38 BaseExtractGuidedSectionLib.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseMemoryLib\r
45 DebugLib\r
46 PcdLib\r
47\r
48[Pcd]\r
c92c1790
LG
49 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler ## CONSUMES\r
50 gEfiMdePkgTokenSpaceGuid.PcdGuidedExtractHandlerTableAddress ## CONSUMES\r
51\r