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:
committed by
mergify[bot]
parent
fd1820b7ea
commit
bf0c14a562
@@ -37,6 +37,7 @@
|
||||
BaseMemoryLib
|
||||
PcdLib
|
||||
UefiCpuLib
|
||||
CpuLib
|
||||
DebugAgentLib
|
||||
IoLib
|
||||
SynchronizationLib
|
||||
|
Reference in New Issue
Block a user