From 0fa0015900e6c736fdc489ecb54b03f204f10b02 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Sun, 30 Sep 2007 09:01:06 +0000 Subject: Add two ExtractGuidedSectionLib instance separately for Pei and Dxe module. Because Pei module may run in flash, they don't support to write global variable. We have to use GuidHob to store these global variables. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4009 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/ExtractGuidedSectionLib.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MdePkg/Include/Library') diff --git a/MdePkg/Include/Library/ExtractGuidedSectionLib.h b/MdePkg/Include/Library/ExtractGuidedSectionLib.h index c3fcfe0947..193acc3280 100644 --- a/MdePkg/Include/Library/ExtractGuidedSectionLib.h +++ b/MdePkg/Include/Library/ExtractGuidedSectionLib.h @@ -87,7 +87,9 @@ ExtractGuidedSectionRegisterHandlers ( ); /** - Get the supported exract guided section Handler guid list. + Get the supported exract guided section Handler guid table, which is maintained + by library. The caller can directly get this guid table pointer + without responsibility to allocate or free this table buffer. It will ASSERT () if ExtractHandlerGuidTable = NULL. @param[in, out] ExtractHandlerGuidTable The extract Handler guid pointer list. -- cgit v1.2.3