mirror of https://github.com/acidanthera/audk.git
Fix PCD token value format issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10994 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1974777e21
commit
eafed2b612
|
@ -1108,7 +1108,7 @@
|
|||
gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE|BOOLEAN|0x0000000e
|
||||
|
||||
## If TRUE, the component name2 protocol will not be installed.
|
||||
gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE|BOOLEAN|0x000000010
|
||||
gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE|BOOLEAN|0x00000010
|
||||
|
||||
## If TRUE, the driver diagnostics2 protocol will not be installed.
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE|BOOLEAN|0x00000011
|
||||
|
|
Loading…
Reference in New Issue