mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
StandaloneMmPkg/StandaloneMmPkg.ci.yaml: Add UefiCpuPkg dependency
StandaloneMmPkg need to use header file defined under UefiCpuPkg to support StandaloneMm features. Signed-off-by: Hongbin1 Zhang <hongbin1.zhang@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Sami Mujawar <sami.mujawar@arm.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Star Zeng <star.zeng@intel.com> Cc: Wei6 Xu <wei6.xu@intel.com> Cc: Dun Tan <dun.tan@intel.com> Cc: Yuanhao Xie <yuanhao.xie@intel.com> Acked-by: Jiaxin Wu <jiaxin.wu@intel.com>
This commit is contained in:
parent
56908fd4be
commit
630e819bf3
@ -1,6 +1,7 @@
|
|||||||
## @file
|
## @file
|
||||||
# CI configuration for StandaloneMmPkg
|
# CI configuration for StandaloneMmPkg
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
|
||||||
# Copyright (c) 2020 - 2021, Arm Limited. All rights reserved.<BR>
|
# Copyright (c) 2020 - 2021, Arm Limited. All rights reserved.<BR>
|
||||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
##
|
##
|
||||||
@ -39,7 +40,8 @@
|
|||||||
"EmbeddedPkg/EmbeddedPkg.dec",
|
"EmbeddedPkg/EmbeddedPkg.dec",
|
||||||
"StandaloneMmPkg/StandaloneMmPkg.dec",
|
"StandaloneMmPkg/StandaloneMmPkg.dec",
|
||||||
"MdeModulePkg/MdeModulePkg.dec",
|
"MdeModulePkg/MdeModulePkg.dec",
|
||||||
"MdePkg/MdePkg.dec"
|
"MdePkg/MdePkg.dec",
|
||||||
|
"UefiCpuPkg/UefiCpuPkg.dec"
|
||||||
],
|
],
|
||||||
# For host based unit tests
|
# For host based unit tests
|
||||||
"AcceptableDependencies-HOST_APPLICATION":[
|
"AcceptableDependencies-HOST_APPLICATION":[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user