]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg:Refine the comments in INF files
authorDandan Bi <dandan.bi@intel.com>
Thu, 26 Nov 2015 10:00:12 +0000 (10:00 +0000)
committerdandanbi <dandanbi@Edk2>
Thu, 26 Nov 2015 10:00:12 +0000 (10:00 +0000)
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

MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManagerLib.inf
MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf

index c2e1bd8c20dd2a3f124126588a384f9f26502794..ebb888f4bd3efaf0615ace185b41295d7dd4b07c 100644 (file)
 [FeaturePcd]\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn\r
-  gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow                  ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn               ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut              ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution  ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution    ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn          ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow             ## CONSUMES
\ No newline at end of file
index a2be6144bd91622e5eb8d52f7977420c4cbc0b45..e3a8a7c3af5191e9c4959d0cf37ca6d92a7fb7c6 100644 (file)
@@ -53,8 +53,8 @@
   gEfiIfrTianoGuid                              ## CONSUMES ## GUID (Extended IFR Guid Opcode)
  
 [Protocols]
-  gEfiSimpleFileSystemProtocolGuid              ## PROTOCOL CONSUMES
-  gEfiLoadFileProtocolGuid                      ## PROTOCOL CONSUMES
-  gEfiHiiConfigAccessProtocolGuid               ## PROTOCOL CONSUMES
-  gEfiFormBrowser2ProtocolGuid                  ## PROTOCOL CONSUMES
-  gEfiDevicePathToTextProtocolGuid              ## PROTOCOL CONSUMES
\ No newline at end of file
+  gEfiSimpleFileSystemProtocolGuid              ## CONSUMES
+  gEfiLoadFileProtocolGuid                      ## CONSUMES
+  gEfiHiiConfigAccessProtocolGuid               ## CONSUMES
+  gEfiFormBrowser2ProtocolGuid                  ## CONSUMES
+  gEfiDevicePathToTextProtocolGuid              ## CONSUMES
\ No newline at end of file