Browse Source

Platform/RPi4: fix build

MpServicesTest was dropped in favor of EfiMpServiceProtocolShellUnitTest.
Update the dsc file accordingly.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann 1 year ago
parent
commit
0d558830c3
1 changed files with 6 additions and 1 deletions
  1. 6 1
      Platform/RaspberryPi/RPi4/RPi4.dsc

+ 6 - 1
Platform/RaspberryPi/RPi4/RPi4.dsc

@@ -797,4 +797,9 @@
 !endif
 
   ArmPkg/Drivers/ArmPsciMpServicesDxe/ArmPsciMpServicesDxe.inf
-  MdeModulePkg/Application/MpServicesTest/MpServicesTest.inf
+  UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EfiMpServiceProtocolShellUnitTest.inf {
+    <LibraryClasses>
+      UnitTestLib|UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf
+      UnitTestPersistenceLib|UnitTestFrameworkPkg/Library/UnitTestPersistenceLibNull/UnitTestPersistenceLibNull.inf
+      UnitTestResultReportLib|UnitTestFrameworkPkg/Library/UnitTestResultReportLib/UnitTestResultReportLibConOut.inf
+  }