OvmfPkg: move BootScript into AcpiPlatformLib

This is required to move InstallQemuFwCfgTables into AcpiPlatformLib.

Signed-off-by: Corvin Köhne <corvink@FreeBSD.org>
Acked-by: Peter Grehan <grehan@freebsd.org>
This commit is contained in:
Corvin Köhne
2023-06-21 09:31:14 +02:00
committed by mergify[bot]
parent ea88df6b26
commit 0f612c1443
5 changed files with 30 additions and 31 deletions

View File

@@ -15,6 +15,7 @@
LIBRARY_CLASS = AcpiPlatformLib
[Sources]
BootScript.c
DxeAcpiPlatformLib.c
PciDecoding.c
@@ -27,6 +28,7 @@
BaseLib
DebugLib
PcdLib
QemuFwCfgS3Lib
UefiBootServicesTableLib
[Pcd]