mirror of https://github.com/acidanthera/audk.git
Add PcdComponentName2Disable and PcdDriverDiagnostics2Disable.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2724 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c7d265a94a
commit
ab38df9871
|
@ -257,6 +257,8 @@
|
|||
[PcdsFeatureFlag.common]
|
||||
PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE
|
||||
PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE
|
||||
PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|TRUE
|
||||
PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|TRUE
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000
|
||||
|
|
Loading…
Reference in New Issue