mirror of https://github.com/acidanthera/audk.git
Fix typos in Pcd token number
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7351 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
485a505713
commit
6cf3743ceb
|
@ -396,10 +396,10 @@
|
|||
gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE|BOOLEAN|0x00000011
|
||||
|
||||
## Indicates whether EFI 1.1 ISO 639-2 language supports are obsolete
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate|FALSE|BOOLEAN|0x00000012 .
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate|FALSE|BOOLEAN|0x00000012
|
||||
|
||||
## If TRUE, UGA Draw Protocol is still consumed.
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE|BOOLEAN|0x00000013 .
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|TRUE|BOOLEAN|0x00000013
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
## Indicates the maximum length of unicode string
|
||||
|
|
Loading…
Reference in New Issue