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
This commit is contained in:
lgao4
2007-09-30 09:01:06 +00:00
parent 208f5b63e1
commit 0fa0015900
5 changed files with 718 additions and 1 deletions

View File

@@ -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.