Skip to content

Commit db3f1a4

Browse files
vishaloheatd
authored andcommitted
QemuOpenBoardPkg: Add missing TestPointCheckDmaProtectionLib
QemuOpenBoardPkg fails to build due to a missing dependency on TestPointCheckDmaProtectionLib. Add the library to resolve the build failure. Signed-off-by: Vishal Oliyil Kunnil <vishalo@qti.qualcomm.com>
1 parent 288c97a commit db3f1a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Platform/Qemu/QemuOpenBoardPkg/Include/Dsc/Stage1.dsc.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
[LibraryClasses.Common.PEI_CORE, LibraryClasses.Common.PEIM]
3131
TestPointCheckLib | MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf
32+
TestPointCheckDmaProtectionLib|MinPlatformPkg/Test/Library/TestPointCheckDmaProtectionLib/PeiTestPointCheckDmaProtectionLib.inf
3233
TestPointLib | MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.inf
3334
TimerLib | MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
3435

0 commit comments

Comments
 (0)