]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[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
9382b53a 4# PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space\r
736d06b8 5# that is used to store Guided Extract Handlers.\r
9382b53a
SZ
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
736d06b8 9# convert the address pointed by PcdGuidedExtractHandlerTableAddress to the virtual address.\r
9382b53a
SZ
10# And a driver should use this ExtractGuidedSectionLib to do implementation internally, also\r
11# this ExtractGuidedSectionLib couldn't be used for guided section extraction that is required\r
12# by PEI and DXE core for recovery or capsule image processing, etc.\r
13#\r
3cb0a311 14# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
b9d5a7f1 15#\r
9344f092 16# SPDX-License-Identifier: BSD-2-Clause-Patent\r
b9d5a7f1
LG
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = BaseExtractGuidedSectionLib\r
c92c1790 23 MODULE_UNI_FILE = BaseExtractGuidedSectionLib.uni\r
b9d5a7f1
LG
24 FILE_GUID = 4e3236e9-d1c8-4c04-a89f-26f1c44b2592\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = ExtractGuidedSectionLib\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
3cb0a311 32# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
b9d5a7f1
LG
33#\r
34\r
35[Sources]\r
36 BaseExtractGuidedSectionLib.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseMemoryLib\r
43 DebugLib\r
44 PcdLib\r
45\r
46[Pcd]\r
c92c1790
LG
47 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler ## CONSUMES\r
48 gEfiMdePkgTokenSpaceGuid.PcdGuidedExtractHandlerTableAddress ## CONSUMES\r
49\r