diff options
author | Jeff Fan <jeff.fan@intel.com> | 2015-11-20 03:11:40 +0000 |
---|---|---|
committer | vanjeff <vanjeff@Edk2> | 2015-11-20 03:11:40 +0000 |
commit | b324f3af6461691f004d2aac7727e59f9548b3ef (patch) | |
tree | 90310e61025dff63edd32b2821cc010485830f41 /Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | |
parent | 04d5cc639b207b0d3b9922acc7c669fffe25ef79 (diff) | |
download | edk2-platforms-b324f3af6461691f004d2aac7727e59f9548b3ef.tar.xz |
Rollback the changes from r18879 - r18886.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2015@18911 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf')
-rw-r--r-- | Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index 71e8738a6a..9b1eeaba02 100644 --- a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -52,7 +52,6 @@ DevicePathLib
HiiLib
PrintLib
- BootLogoLib
[Guids]
gEfiWinNtSystemConfigGuid
@@ -61,6 +60,7 @@ gEfiGenericMemTestProtocolGuid ## CONSUMES
gEfiGraphicsOutputProtocolGuid ## CONSUMES
gEfiUgaDrawProtocolGuid ## CONSUMES
+ gEfiOEMBadgingProtocolGuid ## CONSUMES
gEfiBootLogoProtocolGuid ## CONSUMES
[Pcd]
|