OvmfPkg/PlatformBootManagerLib: link to UefiBootManagerLib

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Ruiyu Ni
2016-04-20 17:20:31 +08:00
parent 9dc08ec657
commit 2b23b8d45b
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Abstract:
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/PcdLib.h> #include <Library/PcdLib.h>
#include <Library/PciLib.h> #include <Library/PciLib.h>
#include <Library/GenericBdsLib.h> #include <Library/UefiBootManagerLib.h>
#include <Library/HobLib.h> #include <Library/HobLib.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>
#include <Library/DxeServicesTableLib.h> #include <Library/DxeServicesTableLib.h>

View File

@ -45,7 +45,7 @@
BaseMemoryLib BaseMemoryLib
DebugLib DebugLib
PcdLib PcdLib
GenericBdsLib UefiBootManagerLib
PciLib PciLib
NvVarsFileLib NvVarsFileLib
QemuFwCfgLib QemuFwCfgLib