diff options
author | Dandan Bi <dandan.bi@intel.com> | 2017-03-07 10:13:58 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2017-03-08 09:02:28 +0800 |
commit | 29e9bf10dcd23da8e8068e22ee133eac29cdda9d (patch) | |
tree | 946efe52a6ec3daefe54d1df81180a4f91e7b661 /EmulatorPkg/EmulatorPkg.dsc | |
parent | e62a0eb61b5a37d46e559dc36b41c18fe9b1dc82 (diff) | |
download | edk2-29e9bf10dcd23da8e8068e22ee133eac29cdda9d.tar.gz edk2-29e9bf10dcd23da8e8068e22ee133eac29cdda9d.tar.bz2 edk2-29e9bf10dcd23da8e8068e22ee133eac29cdda9d.zip |
EmulatorPkg: Add the UefiBootManagerLib library
Since shell has consumed the APIs in UefiBootManagerLib.
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'EmulatorPkg/EmulatorPkg.dsc')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.dsc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index b96b9f2259..602e4fcfde 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -4,7 +4,7 @@ # The Emulation Platform can be used to debug individual modules, prior to creating
# a real platform. This also provides an example for how an DSC is created.
#
-# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
# Portions copyright (c) 2010 - 2011, Apple Inc. All rights reserved.<BR>
#
# This program and the accompanying materials
@@ -391,6 +391,7 @@ ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
+ UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
# SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf
# SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf
|