mirror of https://github.com/acidanthera/audk.git
Add debugLib for this instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3637 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d35be2a434
commit
20bec55b4e
|
@ -13,6 +13,7 @@
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <Base.h>
|
#include <Base.h>
|
||||||
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/CustomDecompressLib.h>
|
#include <Library/CustomDecompressLib.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -35,3 +35,5 @@
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
|
||||||
|
[LibraryClasses]
|
||||||
|
DebugLib
|
Loading…
Reference in New Issue