diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-05 17:05:38 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-05 17:05:38 +0000 |
commit | 9dddc0ffaab65efa8c014b51d56e96b7190d9fc3 (patch) | |
tree | 9184285d5355235e2fd37d6ef3aea73f0c5402b8 | |
parent | 7d5cac7f4174fee417c19c364ef7000de13ae2c4 (diff) | |
download | edk2-platforms-9dddc0ffaab65efa8c014b51d56e96b7190d9fc3.tar.xz |
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
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index e98a1943df..267d970f06 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.
#
|