]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
Remove the ASSERT (FALSE) code, just return unsupported.
[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
8472f1f5
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
14# Copyright (c) 2007 - 2012, Intel Corporation. All rights reserved.<BR>\r
b9d5a7f1
LG
15#\r
16# This program and the accompanying materials\r
17# are licensed and made available under the terms and conditions of the BSD License\r
18# which accompanies this distribution. The full text of the license may be found at\r
35a17154 19# http://opensource.org/licenses/bsd-license.php.\r
b9d5a7f1
LG
20# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
21# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
22#\r
23##\r
24\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = BaseExtractGuidedSectionLib\r
28 FILE_GUID = 4e3236e9-d1c8-4c04-a89f-26f1c44b2592\r
29 MODULE_TYPE = BASE\r
30 VERSION_STRING = 1.0\r
31 LIBRARY_CLASS = ExtractGuidedSectionLib\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
37#\r
38\r
39[Sources]\r
40 BaseExtractGuidedSectionLib.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44\r
45[LibraryClasses]\r
46 BaseMemoryLib\r
47 DebugLib\r
48 PcdLib\r
49\r
50[Pcd]\r
51 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler\r
52 gEfiMdePkgTokenSpaceGuid.PcdGuidedExtractHandlerTableAddress\r