diff options
author | Liu, Zhiguang <Zhiguang.Liu@intel.com> | 2022-12-07 09:36:47 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-12-14 13:34:33 +0000 |
commit | d103840cfb559c28831c2635b916d60118f671cc (patch) | |
tree | f4fd3d7016477bdaa57b5af38f8b06341fda3b80 /MdePkg | |
parent | 1cd902f1f468500eac6c90a13cbf49a5db4ef32e (diff) | |
download | edk2-d103840cfb559c28831c2635b916d60118f671cc.tar.gz edk2-d103840cfb559c28831c2635b916d60118f671cc.tar.bz2 edk2-d103840cfb559c28831c2635b916d60118f671cc.zip |
MdePkg/UnitTestHostBaseLib: Remove HOST_APPLICATION limitation
Remove HOST_APPLICATION limitation for UnitTestHostBaseLib, so that
this library can be used as BaseLib by Emulator.
Also, add some missing files
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Ray Ni <ray.ni@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf b/MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf index 09a610c31c..12a5cdcc0a 100644 --- a/MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf +++ b/MdePkg/Library/BaseLib/UnitTestHostBaseLib.inf @@ -1,7 +1,8 @@ ## @file
-# Base Library implementation for use with host based unit tests.
+# Base Library implementation for use with host based unit tests, and
+# can also be used by emulation platforms such as EmulatorPkg.
#
-# Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2022, Intel Corporation. All rights reserved.<BR>
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
# Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
@@ -18,7 +19,7 @@ FILE_GUID = 9555A0D3-09BA-46C4-A51A-45198E3C765E
MODULE_TYPE = BASE
VERSION_STRING = 1.1
- LIBRARY_CLASS = BaseLib|HOST_APPLICATION
+ LIBRARY_CLASS = BaseLib
LIBRARY_CLASS = UnitTestHostBaseLib|HOST_APPLICATION
#
@@ -128,6 +129,7 @@ X86RdRand.c
X86SpeculationBarrier.c
X86UnitTestHost.c
+ IntelTdxNull.c
[Sources.X64]
X64/LongJump.nasm
@@ -168,6 +170,7 @@ X64/RdRand.nasm
ChkStkGcc.c | GCC
X86UnitTestHost.c
+ IntelTdxNull.c
[Sources.EBC]
Ebc/CpuBreakpoint.c
|