diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2022-11-03 20:11:39 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-11-07 16:07:33 +0000 |
commit | 239bcf78053f4581cc3468ab961f9d37e859c7d9 (patch) | |
tree | 1a1e88819b06a831498ed0942f8bb70fa4938848 /PrmPkg/PrmPkg.dsc | |
parent | 6e8b0b6913580dc3c2f6f859cb444d0fc84576e0 (diff) | |
download | edk2-239bcf78053f4581cc3468ab961f9d37e859c7d9.tar.gz edk2-239bcf78053f4581cc3468ab961f9d37e859c7d9.tar.bz2 edk2-239bcf78053f4581cc3468ab961f9d37e859c7d9.zip |
PrmPkg: Use UnitTestFrameworkPkg UEFI BS library
Updates PrmPkg to use UnitTestUefiBootServicesTableLib from
UnitTestFrameworkPkg instead of UefiBootServicesTableLibUnitTest
in PrmPkg.
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'PrmPkg/PrmPkg.dsc')
-rw-r--r-- | PrmPkg/PrmPkg.dsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PrmPkg/PrmPkg.dsc b/PrmPkg/PrmPkg.dsc index 3fb7490aca..6771005045 100644 --- a/PrmPkg/PrmPkg.dsc +++ b/PrmPkg/PrmPkg.dsc @@ -100,7 +100,6 @@ $(PLATFORM_PACKAGE)/Samples/PrmSampleAcpiParameterBufferModule/Library/DxeAcpiParameterBufferModuleConfigLib/DxeAcpiParameterBufferModuleConfigLib.inf
$(PLATFORM_PACKAGE)/Samples/PrmSampleContextBufferModule/Library/DxeContextBufferModuleConfigLib/DxeContextBufferModuleConfigLib.inf
$(PLATFORM_PACKAGE)/Samples/PrmSampleHardwareAccessModule/Library/DxeHardwareAccessModuleConfigLib/DxeHardwareAccessModuleConfigLib.inf
- $(PLATFORM_PACKAGE)/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTest.inf
#
# PRM Module Discovery Library
|