From bda1bdbbf0a4d2a8c139563794dc7e451dfe3b8a Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 26 Mar 2009 15:18:10 +0000 Subject: Add more comments for override PCD and library instance. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7962 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/DuetPkg.dsc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'DuetPkg') diff --git a/DuetPkg/DuetPkg.dsc b/DuetPkg/DuetPkg.dsc index b13a13c8f4..7c8153b3d2 100644 --- a/DuetPkg/DuetPkg.dsc +++ b/DuetPkg/DuetPkg.dsc @@ -87,12 +87,21 @@ [Components.common] DuetPkg/DxeIpl/DxeIpl.inf { - - DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf + + # + # If no following overriden for ReportStatusCodeLib library class, + # All other module can *not* output debug information even they are use not NULL library + # instance for DebugLib and ReportStatusCodeLib + # ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf } MdeModulePkg/Core/Dxe/DxeMain.inf { + # + # Enable debug output for DxeCore module, this is a sample for how to enable debug output + # for a module. If need turn on debug output for other module, please copy following overriden + # PCD and library instance to other module's override section. + # gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F -- cgit v1.2.3