diff options
author | Dandan Bi <dandan.bi@intel.com> | 2015-11-26 10:00:12 +0000 |
---|---|---|
committer | dandanbi <dandanbi@Edk2> | 2015-11-26 10:00:12 +0000 |
commit | 21f9922e3c82183f5c9030e5dbbcfc6313034471 (patch) | |
tree | 6b2d4d37486e5c100827f8b6f142bcbc563f0aec /MdeModulePkg/Library/FileExplorerLib | |
parent | 1bccab910700b4f7cc58ee3239765c0d0fd1b442 (diff) | |
download | edk2-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/FileExplorerLib')
-rw-r--r-- | MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf b/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf index a2be6144bd..e3a8a7c3af 100644 --- a/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf +++ b/MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf @@ -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 |