diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-11 03:23:09 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-11 03:23:09 +0000 |
commit | bed0bbc31025aa463d4c5b86f0a02fb4e42a3cc4 (patch) | |
tree | 7a5f541b0dc1044f729184f11f7ecebb89cea63d /EmulatorPkg | |
parent | 382e78c09ccaee02c8e709f630c9e094d37be470 (diff) | |
download | edk2-bed0bbc31025aa463d4c5b86f0a02fb4e42a3cc4.tar.gz edk2-bed0bbc31025aa463d4c5b86f0a02fb4e42a3cc4.tar.bz2 edk2-bed0bbc31025aa463d4c5b86f0a02fb4e42a3cc4.zip |
EmulatorPkg: Make early DEBUG prints in DXE Core work.
signed-off-by: andrewfish
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12117 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmulatorPkg')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.dsc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index bf3cdfdad0..5f7e4b0d98 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -285,6 +285,8 @@ MdeModulePkg/Core/Dxe/DxeMain.inf {
<LibraryClasses>
DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
+ SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf
+ DxeEmuLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf
NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
}
|