OvmfPkg: Add CpuLib to module INFs that depend on UefiCpuLib.

There are two libraries: MdePkg/CpuLib and UefiCpuPkg/UefiCpuLib and
UefiCpuPkg/UefiCpuLib will be merged to MdePkg/CpuLib. To avoid build
failure, add CpuLib dependency to all modules that depend on UefiCpuLib.

Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
This commit is contained in:
Zhiguang Liu
2022-11-01 09:33:15 +08:00
committed by mergify[bot]
parent fd1820b7ea
commit bf0c14a562
5 changed files with 5 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
BaseMemoryLib
PcdLib
UefiCpuLib
CpuLib
DebugAgentLib
IoLib
SynchronizationLib