mirror of https://github.com/acidanthera/audk.git
StandaloneMmPkg: Enable SmmLockBoxMmDependency.
Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Sami Mujawar <sami.mujawar@arm.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Hongbin1 Zhang <hongbin1.zhang@intel.com> Cc: Wei6 Xu <wei6.xu@intel.com> Cc: Dun Tan <dun.tan@intel.com> Signed-off-by: Yuanhao Xie <yuanhao.xie@intel.com>
This commit is contained in:
parent
3ada6c0db6
commit
a9158fe9a6
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# Standalone MM Platform.
|
# Standalone MM Platform.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 - 2021, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2015 - 2024, Intel Corporation. All rights reserved.<BR>
|
||||||
# Copyright (c) 2016 - 2021, Arm Limited. All rights reserved.<BR>
|
# Copyright (c) 2016 - 2021, Arm Limited. All rights reserved.<BR>
|
||||||
# Copyright (C) Microsoft Corporation<BR>
|
# Copyright (C) Microsoft Corporation<BR>
|
||||||
#
|
#
|
||||||
|
@ -118,6 +118,7 @@
|
||||||
StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
|
StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf
|
||||||
StandaloneMmPkg/Library/StandaloneMmMemoryAllocationLib/StandaloneMmMemoryAllocationLib.inf
|
StandaloneMmPkg/Library/StandaloneMmMemoryAllocationLib/StandaloneMmMemoryAllocationLib.inf
|
||||||
StandaloneMmPkg/Library/VariableMmDependency/VariableMmDependency.inf
|
StandaloneMmPkg/Library/VariableMmDependency/VariableMmDependency.inf
|
||||||
|
StandaloneMmPkg/Library/SmmLockBoxMmDependency/SmmLockBoxMmDependency.inf
|
||||||
|
|
||||||
[Components.AARCH64, Components.ARM]
|
[Components.AARCH64, Components.ARM]
|
||||||
StandaloneMmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf
|
StandaloneMmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf
|
||||||
|
|
Loading…
Reference in New Issue