mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
03e0648b32
commit
bda1bdbbf0
|
@ -88,11 +88,20 @@
|
||||||
[Components.common]
|
[Components.common]
|
||||||
DuetPkg/DxeIpl/DxeIpl.inf {
|
DuetPkg/DxeIpl/DxeIpl.inf {
|
||||||
<LibraryClasses>
|
<LibraryClasses>
|
||||||
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
|
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
||||||
}
|
}
|
||||||
|
|
||||||
MdeModulePkg/Core/Dxe/DxeMain.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>
|
<PcdsFixedAtBuild>
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
|
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
|
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
|
||||||
|
|
Loading…
Reference in New Issue