UefiPayloadPkg: 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: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Cc: Sean Rhodes <sean@starlabs.systems>
Signed-off-by: Yu Pu <yu.pu@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
Yu Pu
2022-03-28 23:33:22 +08:00
committed by mergify[bot]
parent 86d41c077e
commit 2434f6f206
3 changed files with 3 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
HobLib
PeCoffLib
PlatformSupportLib
CpuLib
UefiCpuLib
[Guids]