diff options
author | Gua Guo <gua.guo@intel.com> | 2023-05-05 09:16:56 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-05-10 00:39:13 +0000 |
commit | 25c9d4431580e68b9f11656163d032bc862c7e9b (patch) | |
tree | 64839ea5b61561a43359ee14e419d2668857f972 /MdeModulePkg/Test/MdeModulePkgHostTest.dsc | |
parent | bee67e0c142af6599a85aa7640094816b8a24c4f (diff) | |
download | edk2-25c9d4431580e68b9f11656163d032bc862c7e9b.tar.gz |
MdeModulePkg: Add more PciHostBridgeLib gmock support
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4443
Add Google Mock Library for PciHostBridgeLib
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Chris Johnson <chris.n.johnson@intel.com>
Signed-off-by: Gua Guo <gua.guo@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'MdeModulePkg/Test/MdeModulePkgHostTest.dsc')
-rw-r--r-- | MdeModulePkg/Test/MdeModulePkgHostTest.dsc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MdeModulePkg/Test/MdeModulePkgHostTest.dsc b/MdeModulePkg/Test/MdeModulePkgHostTest.dsc index a2bbbe8adf..8fb982a270 100644 --- a/MdeModulePkg/Test/MdeModulePkgHostTest.dsc +++ b/MdeModulePkg/Test/MdeModulePkgHostTest.dsc @@ -53,3 +53,8 @@ UefiSortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
}
+
+ #
+ # Build HOST_APPLICATION Libraries
+ #
+ MdeModulePkg/Test/Mock/Library/GoogleTest/MockPciHostBridgeLib/MockPciHostBridgeLib.inf
|