VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/NetworkComponents.dsc.inc

Last change on this file was 108794, checked in by vboxsync, 3 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 1.8 KB
Line 
1## @file
2# Network DSC include file for [Components*] section of all Architectures.
3#
4# This file can be included to the [Components*] section(s) of a platform DSC file
5# by using "!include NetworkPkg/NetworkComponents.dsc.inc" to specify the INF files
6# of EDKII network drivers according to the value of flags described in
7# "NetworkDefines.dsc.inc".
8#
9# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
10#
11# SPDX-License-Identifier: BSD-2-Clause-Patent
12#
13##
14
15!if $(NETWORK_ENABLE) == TRUE
16 NetworkPkg/DpcDxe/DpcDxe.inf
17
18 !if $(NETWORK_SNP_ENABLE) == TRUE
19 NetworkPkg/SnpDxe/SnpDxe.inf
20 !endif
21
22 !if $(NETWORK_VLAN_ENABLE) == TRUE
23 NetworkPkg/VlanConfigDxe/VlanConfigDxe.inf
24 !endif
25
26 NetworkPkg/MnpDxe/MnpDxe.inf
27
28 !if $(NETWORK_IP4_ENABLE) == TRUE
29 NetworkPkg/ArpDxe/ArpDxe.inf
30 NetworkPkg/Dhcp4Dxe/Dhcp4Dxe.inf
31 NetworkPkg/Ip4Dxe/Ip4Dxe.inf
32 NetworkPkg/Udp4Dxe/Udp4Dxe.inf
33 NetworkPkg/Mtftp4Dxe/Mtftp4Dxe.inf
34 !endif
35
36 !if $(NETWORK_IP6_ENABLE) == TRUE
37 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
38 NetworkPkg/Ip6Dxe/Ip6Dxe.inf
39 NetworkPkg/Udp6Dxe/Udp6Dxe.inf
40 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
41 !endif
42
43 NetworkPkg/TcpDxe/TcpDxe.inf
44
45 !if $(NETWORK_PXE_BOOT_ENABLE) == TRUE
46 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
47 !endif
48
49 !if $(NETWORK_TLS_ENABLE) == TRUE
50 NetworkPkg/TlsDxe/TlsDxe.inf
51 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf
52 !endif
53
54 !if ($(NETWORK_HTTP_BOOT_ENABLE) == TRUE) OR ($(NETWORK_HTTP_ENABLE) == TRUE)
55 NetworkPkg/DnsDxe/DnsDxe.inf
56 NetworkPkg/HttpDxe/HttpDxe.inf
57 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
58 !endif
59
60 !if $(NETWORK_HTTP_BOOT_ENABLE) == TRUE
61 NetworkPkg/HttpBootDxe/HttpBootDxe.inf
62 !endif
63
64 !if $(NETWORK_ISCSI_ENABLE) == TRUE
65 NetworkPkg/IScsiDxe/IScsiDxe.inf
66 !endif
67!endif
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette