mirror of https://github.com/acidanthera/audk.git
SecMain should use BaseDebugNullLib.lib for DebugLib library class.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3084 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
910f969c93
commit
8514044087
|
@ -76,7 +76,10 @@
|
|||
IoLib|$(WORKSPACE)/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
||||
CustomDecompressLib|${WORKSPACE}/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
|
||||
HiiLib|${WORKSPACE}/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
|
||||
|
||||
|
||||
[LibraryClasses.common.SEC]
|
||||
DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
||||
|
||||
[LibraryClasses.common.BASE]
|
||||
DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
||||
|
||||
|
|
Loading…
Reference in New Issue