diff options
author | Yu Pu <yu.pu@intel.com> | 2022-03-28 23:12:08 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-05-06 07:48:15 +0000 |
commit | d4eef3fe7c0630f68194b1eb31cf6a246e835e37 (patch) | |
tree | 1a2b390a07cb0538b1ecc4fd095f383533e5c1c6 /MdePkg | |
parent | 826527c9db11f34ca500033e131633f831da2ac2 (diff) | |
download | edk2-d4eef3fe7c0630f68194b1eb31cf6a246e835e37.tar.gz edk2-d4eef3fe7c0630f68194b1eb31cf6a246e835e37.tar.bz2 edk2-d4eef3fe7c0630f68194b1eb31cf6a246e835e37.zip |
MdePkg: 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: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Yu Pu <yu.pu@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/MdeLibs.dsc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/MdeLibs.dsc.inc b/MdePkg/MdeLibs.dsc.inc index 3c70daf87a..015ce46f7d 100644 --- a/MdePkg/MdeLibs.dsc.inc +++ b/MdePkg/MdeLibs.dsc.inc @@ -13,3 +13,4 @@ [LibraryClasses]
RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf
+ CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|