summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/BootMaintenanceManagerLib
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2015-11-26 10:00:12 +0000
committerdandanbi <dandanbi@Edk2>2015-11-26 10:00:12 +0000
commit21f9922e3c82183f5c9030e5dbbcfc6313034471 (patch)
tree6b2d4d37486e5c100827f8b6f142bcbc563f0aec /MdeModulePkg/Library/BootMaintenanceManagerLib
parent1bccab910700b4f7cc58ee3239765c0d0fd1b442 (diff)
downloadedk2-platforms-21f9922e3c82183f5c9030e5dbbcfc6313034471.tar.xz
MdeModulePkg:Refine the comments in INF files
Add comments in INF file in BootMaintenanceManagerLib.inf. Refine the comments in INF file in FileExplorerLib.inf Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18975 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/BootMaintenanceManagerLib')
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf14
1 files changed, 7 insertions, 7 deletions
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf b/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf
index c2e1bd8c20..ebb888f4bd 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf
+++ b/MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf
@@ -91,10 +91,10 @@
[FeaturePcd]
[Pcd]
- gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
- gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
- gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
- gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn
- gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow
+ gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow ## CONSUMES
+ gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn ## CONSUMES
+ gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut ## CONSUMES
+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## CONSUMES
+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## CONSUMES
+ gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn ## CONSUMES
+ gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow ## CONSUMES \ No newline at end of file