diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-04-20 17:20:31 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-05-04 08:47:37 +0800 |
commit | 2b23b8d45b629886aaf477ae8a408624c3924c2b (patch) | |
tree | 2ca4359913aee5d8cb7869ef33dcb1535d1d5a32 /OvmfPkg/Library | |
parent | 9dc08ec6574bdb3a0c4148498f1d9e5e9077d99a (diff) | |
download | edk2-platforms-2b23b8d45b629886aaf477ae8a408624c3924c2b.tar.xz |
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>
Diffstat (limited to 'OvmfPkg/Library')
-rw-r--r-- | OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h | 2 | ||||
-rw-r--r-- | OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h index 84f5b6f9b9..922744f68a 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h +++ b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h @@ -39,7 +39,7 @@ Abstract: #include <Library/BaseLib.h>
#include <Library/PcdLib.h>
#include <Library/PciLib.h>
-#include <Library/GenericBdsLib.h>
+#include <Library/UefiBootManagerLib.h>
#include <Library/HobLib.h>
#include <Library/UefiLib.h>
#include <Library/DxeServicesTableLib.h>
diff --git a/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index abac516607..2bb43d08a4 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -45,7 +45,7 @@ BaseMemoryLib
DebugLib
PcdLib
- GenericBdsLib
+ UefiBootManagerLib
PciLib
NvVarsFileLib
QemuFwCfgLib
|