summaryrefslogtreecommitdiffstats
path: root/ArmVirtPkg
diff options
context:
space:
mode:
authorJianyong Wu <jianyong.wu@arm.com>2023-03-28 17:11:00 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-03-28 16:27:06 +0000
commit5eb3d1bcc16fb7dfd0c972bf71278e2c85dfc1ff (patch)
tree35bf275bda270f2cd26c4ddfa834b122d7c0eef0 /ArmVirtPkg
parent07e17188df9042d6a6af96f21b0fb7bc5595ec07 (diff)
downloadedk2-5eb3d1bcc16fb7dfd0c972bf71278e2c85dfc1ff.tar.gz
edk2-5eb3d1bcc16fb7dfd0c972bf71278e2c85dfc1ff.tar.bz2
edk2-5eb3d1bcc16fb7dfd0c972bf71278e2c85dfc1ff.zip
ArmVirtPkg: can't find gUefiOvmfPkgTokenSpaceGuid
commit f13264b34 introduces a bug for CloudHv as OvmfPkg/OvmfPkg.dec is missing in CloudHvHasAcpiDtDxe.inf which leads to gUefiOvmfPkgTokenSpaceGuid found nowhere when build. Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Sunil V L <sunilvl@ventanamicro.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
Diffstat (limited to 'ArmVirtPkg')
-rw-r--r--ArmVirtPkg/CloudHvPlatformHasAcpiDtDxe/CloudHvHasAcpiDtDxe.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmVirtPkg/CloudHvPlatformHasAcpiDtDxe/CloudHvHasAcpiDtDxe.inf b/ArmVirtPkg/CloudHvPlatformHasAcpiDtDxe/CloudHvHasAcpiDtDxe.inf
index 7cad40e11f..6ff80b24d0 100644
--- a/ArmVirtPkg/CloudHvPlatformHasAcpiDtDxe/CloudHvHasAcpiDtDxe.inf
+++ b/ArmVirtPkg/CloudHvPlatformHasAcpiDtDxe/CloudHvHasAcpiDtDxe.inf
@@ -23,6 +23,7 @@
EmbeddedPkg/EmbeddedPkg.dec
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
+ OvmfPkg/OvmfPkg.dec
[LibraryClasses]
BaseLib