diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-12-01 06:56:36 +0000 |
---|---|---|
committer | niruiyu <niruiyu@Edk2> | 2015-12-01 06:56:36 +0000 |
commit | 911f3dede219d2bb220954768f5e853e0dd976c1 (patch) | |
tree | 28d77a4511d7f35cac6408cfd684a0a045af1af4 | |
parent | ecbff749459a4fff56f9054d1792b10fb4939673 (diff) | |
download | edk2-platforms-911f3dede219d2bb220954768f5e853e0dd976c1.tar.xz |
MdeModulePkg/BootLogoLib: Fix INF comments to follow coding standards
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19083 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf b/MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf index 51e68edfea..673a4ce2ce 100644 --- a/MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf +++ b/MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf @@ -49,11 +49,11 @@ [Guids]
[Protocols]
- gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
- gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES
- gEfiBootLogoProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
- gEfiUserManagerProtocolGuid # PROTOCOL CONSUMES
- gEdkiiPlatformLogoProtocolGuid # PROTOCOL CONSUMES
+ gEfiGraphicsOutputProtocolGuid ## SOMETIMES_CONSUMES
+ gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## SOMETIMES_CONSUMES
+ gEfiBootLogoProtocolGuid ## SOMETIMES_CONSUMES
+ gEfiUserManagerProtocolGuid ## CONSUMES
+ gEdkiiPlatformLogoProtocolGuid ## CONSUMES
[FeaturePcd]
- gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
+ gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport ## CONSUMES
|