mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 14:14:31 +02:00
PcdPei module should link BasePcdLibNull to avoid self dependency.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3542 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
184b892bbf
commit
76b0f6ab84
@ -352,7 +352,10 @@
|
|||||||
# PEI Phase modules
|
# PEI Phase modules
|
||||||
##
|
##
|
||||||
MdeModulePkg/Core/Pei/PeiMain.inf
|
MdeModulePkg/Core/Pei/PeiMain.inf
|
||||||
MdeModulePkg/Universal/PCD/Pei/Pcd.inf
|
MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
|
||||||
|
<LibraryClass>
|
||||||
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
||||||
|
}
|
||||||
IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
|
IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
|
||||||
Nt32Pkg/BootModePei/BootModePei.inf
|
Nt32Pkg/BootModePei/BootModePei.inf
|
||||||
Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
|
Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user