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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user