summaryrefslogtreecommitdiff
path: root/DuetPkg
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg')
-rw-r--r--DuetPkg/DuetPkg.dsc13
1 files changed, 11 insertions, 2 deletions
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 {
- <LibraryClasses>
- DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
+ <LibraryClasses>
+ #
+ # 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.
+ #
<PcdsFixedAtBuild>
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F