From 9dddc0ffaab65efa8c014b51d56e96b7190d9fc3 Mon Sep 17 00:00:00 2001 From: eric_tian Date: Wed, 5 Nov 2008 17:05:38 +0000 Subject: Vertical check - Every PCD entries in DEC file need to have comments git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6408 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/MdeModulePkg.dec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index e98a194..267d970 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -288,20 +288,21 @@ # FALSE is for size reduction. gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHiiImageProtocol|TRUE|BOOLEAN|0x00010100 - ## IF TRUE, Full UEFI Config Routing Protocol will be installed. + ## If TRUE, Full UEFI Config Routing Protocol will be installed. # FALSE is for size reduction. gEfiMdeModulePkgTokenSpaceGuid.PcdSupportFullConfigRoutingProtocol|TRUE|BOOLEAN|0x00010101 - ## IF TRUE, Default Keyboard Layout is disabled in Usb KeyBoard device. + ## If TRUE, Default Keyboard Layout is disabled in Usb KeyBoard device. gEfiMdeModulePkgTokenSpaceGuid.PcdDisableDefaultKeyboardLayoutInUsbKbDriver|FALSE|BOOLEAN|0x00010200 + ## If TRUE, Framework Hii is supported to provide backward compatibility gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkHiiCompatibilitySupport|TRUE|BOOLEAN|0x00012008 - ## IF TRUE, the PeiCore will handle the framework FvHob and install FvInfo PPI for it. + ## If TRUE, the PeiCore will handle the framework FvHob and install FvInfo PPI for it. gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkFvHobCompatibilitySupport|FALSE|BOOLEAN|0x00012009 ## - # IF TRUE, HelloWorld Application will print the verbose information. + # If TRUE, HelloWorld Application will print the verbose information. # This PCD is a sample to explain FeatureFlag PCD usage. ## gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable|TRUE|BOOLEAN|0x0001200a @@ -310,8 +311,8 @@ ## Dynamic type PCD can be registered callback function for Pcd setting action. # PcdMaxPeiPcdCallBackNumberPerPcdEntry indicate maximum number of callback function # for a dynamic PCD used in PEI phase. - gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08|UINT32|0x0001000f + ## VPD type PCD allow developer point an absoluted physical address PcdVpdBaseAddress # to store PCD value. # -- cgit v1.1