mirror of
https://github.com/acidanthera/audk.git
synced 2025-08-20 09:08:10 +02:00
Add dsc + fdf include files to add the MorLock drivers to the build. Add the include files to OVMF build configurations. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
11 lines
240 B
PHP
11 lines
240 B
PHP
##
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
# MorLock support
|
|
##
|
|
|
|
SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
|
|
!if $(SMM_REQUIRE) == TRUE
|
|
SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf
|
|
!endif
|