]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseExtractGuidedSectionLib / BaseExtractGuidedSectionLib.uni
1 // /** @file
2 // Base ExtractGuidedSection Library.
3 //
4 // This instance can also be used in SEC phase only when the memory is ready in SEC phase.
5 // PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
6 // that is used to store Guided Extract Handlers.
7 // Note: A driver of type DXE_RUNTIME_DRIVER can use this ExtractGuidedSectionLib
8 // in their initialization without any issues. They only have to be careful in
9 // the implementation of runtime services, because this BASE library instance doesn't
10 // convert the address pointed by PcdGuidedExtractHandlerTableAddress to the virtual address.
11 //
12 // Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
13 //
14 // SPDX-License-Identifier: BSD-2-Clause-Patent
15 //
16 // **/
17
18
19 #string STR_MODULE_ABSTRACT #language en-US "Base ExtractGuidedSection Library"
20
21 #string STR_MODULE_DESCRIPTION #language en-US "This instance can also be used in the SEC phase only when the memory is ready in the SEC phase. PCD PcdGuidedExtractHandlerTableAddress points to the available physical memory space that is used to store Guided Extract Handlers. Note: A driver of type DXE_RUNTIME_DRIVER can use this ExtractGuidedSectionLib in its initialization without any issues. Be careful in the implementation of runtime services, because this BASE library instance doesn't convert the address pointed by PcdGuidedExtractHandlerTableAddress to the virtual address."
22