mirror of https://github.com/acidanthera/audk.git
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:
parent
86d41c077e
commit
2434f6f206
|
@ -23,6 +23,7 @@
|
|||
#include <Library/PeCoffLib.h>
|
||||
#include <Library/BlParseLib.h>
|
||||
#include <Library/PlatformSupportLib.h>
|
||||
#include <Library/CpuLib.h>
|
||||
#include <Library/UefiCpuLib.h>
|
||||
#include <IndustryStandard/Acpi.h>
|
||||
#include <IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h>
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
HobLib
|
||||
PeCoffLib
|
||||
PlatformSupportLib
|
||||
CpuLib
|
||||
UefiCpuLib
|
||||
|
||||
[Guids]
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
IoLib
|
||||
HobLib
|
||||
PeCoffLib
|
||||
CpuLib
|
||||
UefiCpuLib
|
||||
|
||||
[Guids]
|
||||
|
|
Loading…
Reference in New Issue