]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Vertical check - Every PCD entries in DEC file need to have comments
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 5 Nov 2008 17:05:38 +0000 (17:05 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 5 Nov 2008 17:05:38 +0000 (17:05 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6408 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/MdeModulePkg.dec

index e98a1943dff54cabe895ebb078a2ca5968cbd2fa..267d970f06503f3a7a1c52e6f8c2b182b05b70e3 100644 (file)
   #  FALSE is for size reduction.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHiiImageProtocol|TRUE|BOOLEAN|0x00010100\r
   \r
-  ## IF TRUE, Full UEFI Config Routing Protocol will be installed.\r
+  ## If TRUE, Full UEFI Config Routing Protocol will be installed.\r
   #  FALSE is for size reduction.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdSupportFullConfigRoutingProtocol|TRUE|BOOLEAN|0x00010101\r
   \r
-  ## IF TRUE, Default Keyboard Layout is disabled in Usb KeyBoard device.\r
+  ## If TRUE, Default Keyboard Layout is disabled in Usb KeyBoard device.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDisableDefaultKeyboardLayoutInUsbKbDriver|FALSE|BOOLEAN|0x00010200\r
 \r
+  ## If TRUE, Framework Hii is supported to provide backward compatibility\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkHiiCompatibilitySupport|TRUE|BOOLEAN|0x00012008\r
   \r
-  ## IF TRUE, the PeiCore will handle the framework FvHob and install FvInfo PPI for it.\r
+  ## If TRUE, the PeiCore will handle the framework FvHob and install FvInfo PPI for it.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkFvHobCompatibilitySupport|FALSE|BOOLEAN|0x00012009\r
   \r
   ##\r
-  #  IF TRUE, HelloWorld Application will print the verbose information.\r
+  #  If TRUE, HelloWorld Application will print the verbose information.\r
   #  This PCD is a sample to explain FeatureFlag PCD usage.\r
   ##\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdHelloWorldPrintEnable|TRUE|BOOLEAN|0x0001200a\r
   ## Dynamic type PCD can be registered callback function for Pcd setting action.\r
   #  PcdMaxPeiPcdCallBackNumberPerPcdEntry indicate maximum number of callback function\r
   #  for a dynamic PCD used in PEI phase.\r
-\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08|UINT32|0x0001000f\r
+\r
   ## VPD type PCD allow developer point an absoluted physical address PcdVpdBaseAddress\r
   #  to store PCD value. \r
   #\r