From: vanjeff Date: Mon, 23 Feb 2009 06:19:05 +0000 (+0000) Subject: update PCD help text X-Git-Tag: edk2-stable201903~18652 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=cebfa8994972c1f18125a5ca6ba6934c85f39c97 update PCD help text git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7598 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 11caaa27af..1e8ba5349c 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -286,7 +286,7 @@ # It can be disabled to save size. gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE|BOOLEAN|0x00010038 - ## If this PCD is set as TRUE, the code specific to NT emulator will be endabled. + ## If this PCD is set as TRUE, the code specific to NT emulator will be enabled. gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE|BOOLEAN|0x0001003e ## If TRUE, track statistical information about variable usage stored in the EFI system table. @@ -298,10 +298,12 @@ ## If TRUE, Unicode Collation 2 Protocol will be installed. gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE|BOOLEAN|0x00010041 - ## If TRUE, GOP device is supported in graphics mode. + ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe. + # It could be set FALSE to save size. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE|BOOLEAN|0x00010042 - ## If TRUE, UGA device is supported in graphics mode. + ## If TRUE, UGA Draw Protocol will be installed on virtual handle created by ConsplitterDxe. + # It could be set FALSE to save size. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE|BOOLEAN|0x00010043 ## If TRUE, TE image will first be searched in PeiCore dispatcher.