]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
Add two ExtractGuidedSectionLib instance separately for Pei and Dxe module. Because...
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 30 Sep 2007 09:01:06 +0000 (09:01 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 30 Sep 2007 09:01:06 +0000 (09:01 +0000)
commit0fa0015900e6c736fdc489ecb54b03f204f10b02
tree34b84b71a57c0f4cec0c9c446611b9f3797754e1
parent208f5b63e1893fca721387230fdf64e5c6c7b641
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
MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c [new file with mode: 0644]
MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [new file with mode: 0644]
MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c [new file with mode: 0644]
MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf [new file with mode: 0644]