update the usage help text on variable statistic information.

VariableInfo application also is added a output string to help user know what happens.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8596 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian
2009-06-18 08:23:57 +00:00
parent 3cd91d3218
commit 5e895e6af6
3 changed files with 13 additions and 2 deletions

View File

@@ -169,7 +169,9 @@
## If TRUE, enable the statistic functionality about variable usage. Such information is
# stored as a vendor configuration table into the EFI system table.
# If user wants to get variable usage info, this pcd should be set as TRUE.
# If user wants to use VariableInfo application in MdeModulePkg\Application directory to get
# variable usage info, this pcd should be set as TRUE. Otherwise VariableInfo application can
# not output useful info.
gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE|BOOLEAN|0x0001003f
## If TRUE, Unicode Collation Protocol will be installed.