diff options
author | Liming Gao <gaoliming@byosoft.com.cn> | 2022-08-26 10:05:50 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-08-28 02:17:24 +0000 |
commit | 722e03bc2e903f1b6d1bc6249360d92f72d0505a (patch) | |
tree | a158f95fdeceee1179016750ca8fa631976f3e9a /UefiCpuPkg/Test | |
parent | 0ede7cad73dda686afa2ea0eb2a787f48ec666aa (diff) | |
download | edk2-722e03bc2e903f1b6d1bc6249360d92f72d0505a.tar.gz |
Revert "UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test"
This reverts commit 2812668bfc121ee792cf3302195176ef4a2ad0bc for tag202208.
This feature will be merged after stable tag 202208 is created.
Signed-off-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Zhiguang Liu <zhiguang.liu@intel.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'UefiCpuPkg/Test')
-rw-r--r-- | UefiCpuPkg/Test/UefiCpuPkgHostTest.dsc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/UefiCpuPkg/Test/UefiCpuPkgHostTest.dsc b/UefiCpuPkg/Test/UefiCpuPkgHostTest.dsc index e72e4cd622..8a5c456830 100644 --- a/UefiCpuPkg/Test/UefiCpuPkgHostTest.dsc +++ b/UefiCpuPkg/Test/UefiCpuPkgHostTest.dsc @@ -20,10 +20,6 @@ [LibraryClasses]
MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
- CpuPageTableLib|UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib.inf
- OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
- BaseCryptLib|CryptoPkg/Library/BaseCryptLib/UnitTestHostBaseCryptLib.inf
- RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
[PcdsPatchableInModule]
gUefiCpuPkgTokenSpaceGuid.PcdCpuNumberOfReservedVariableMtrrs|0
@@ -33,8 +29,3 @@ # Build HOST_APPLICATION that tests the MtrrLib
#
UefiCpuPkg/Library/MtrrLib/UnitTest/MtrrLibUnitTestHost.inf
-
- #
- # Build HOST_APPLICATION that tests the CpuPageTableLib
- #
- UefiCpuPkg/Library/CpuPageTableLib/UnitTest/CpuPageTableLibUnitTestHost.inf
|