summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-30 09:01:06 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-30 09:01:06 +0000
commit0fa0015900e6c736fdc489ecb54b03f204f10b02 (patch)
tree34b84b71a57c0f4cec0c9c446611b9f3797754e1 /MdePkg/Include/Library
parent208f5b63e1893fca721387230fdf64e5c6c7b641 (diff)
downloadedk2-0fa0015900e6c736fdc489ecb54b03f204f10b02.tar.gz
edk2-0fa0015900e6c736fdc489ecb54b03f204f10b02.tar.bz2
edk2-0fa0015900e6c736fdc489ecb54b03f204f10b02.zip
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
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r--MdePkg/Include/Library/ExtractGuidedSectionLib.h4
1 files changed, 3 insertions, 1 deletions
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.