]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: gather common NetworkComponents overrides in .dsc.inc file
authorArd Biesheuvel <ardb@kernel.org>
Tue, 6 Sep 2022 11:26:35 +0000 (13:26 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sat, 10 Sep 2022 08:23:27 +0000 (08:23 +0000)
commitd933ec115bdf9be1d8dfe6a818414a14973cc0d3
treeaa6231c6f27925fe90676c62b8534258a9182dc9
parent477b5b7d55783f930a7741f4187ccd4f227ebc86
OvmfPkg: gather common NetworkComponents overrides in .dsc.inc file

All QEMU based OVMF platforms override the same set of network
components, to specify NULL library class resolutions that modify the
behavior of those components in a QEMU specific way.

Before adding more occurrences of that, let's drop those definitions in
a common include file.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
OvmfPkg/CloudHv/CloudHvX64.dsc
OvmfPkg/Microvm/MicrovmX64.dsc
OvmfPkg/NetworkComponents.dsc.inc [new file with mode: 0644]
OvmfPkg/OvmfPkgIa32.dsc
OvmfPkg/OvmfPkgIa32X64.dsc
OvmfPkg/OvmfPkgX64.dsc