]> git.proxmox.com Git - mirror_edk2.git/commit
Remove 3 library instances: EdkDxeDebugLibReportStatusCode, EdkUefiDebugLibConOut...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 9 Apr 2007 03:51:50 +0000 (03:51 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 9 Apr 2007 03:51:50 +0000 (03:51 +0000)
commit5101d837edb8c36ec982fe85ea77492ee8389f48
tree8ce6412db09f162a7f3db34b3219cc722bee1dbf
parent39d03acf63bab3d4f9fd9d297c94d6655bff3088
Remove 3 library instances: EdkDxeDebugLibReportStatusCode, EdkUefiDebugLibConOut and EdkUefiDebugLibStdErr in EdkModulePkg.

1) EdkUefiDebugLibConOut, EdkUefiDebugLibStdErr should be replaced by respective library instance in MdePkg
2) We will have a replacement implementation for EdkDxeDebugLibReportStatusCode to emulate the EDK I implementation with a gEfiDebugMaskProtocolGuid which allows Developer to Set debug level using SHELL command err.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2550 6f19259b-4bc3-4df7-8a09-765794883524
EdkModulePkg/EdkModulePkg.spd
EdkModulePkg/Library/EdkDxeDebugLibReportStatusCode/DebugLib.c [deleted file]
EdkModulePkg/Library/EdkDxeDebugLibReportStatusCode/EdkDxeDebugLibReportStatusCode.msa [deleted file]
EdkModulePkg/Library/EdkUefiDebugLibConOut/DebugLib.c [deleted file]
EdkModulePkg/Library/EdkUefiDebugLibConOut/EdkUefiDebugLibConOut.msa [deleted file]
EdkModulePkg/Library/EdkUefiDebugLibStdErr/DebugLib.c [deleted file]
EdkModulePkg/Library/EdkUefiDebugLibStdErr/EdkUefiDebugLibStdErr.msa [deleted file]