mirror of https://github.com/acidanthera/audk.git
EmulatorPkg: Update DSC/FDF to use NetworkPkg's include fragment file.
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. The feature enabling flags in [Defines] section have been updated to use the NetworkPkg's terms, and the value has been overridden with the original default value on this platform. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Message-Id: <20190516081810.27840-5-shenglei.zhang@intel.com> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1293 [lersek@redhat.com: add TianoCore Bugzilla reference]
This commit is contained in:
parent
157a3b1aa5
commit
3b7a897cd8
|
@ -23,6 +23,16 @@
|
||||||
SKUID_IDENTIFIER = DEFAULT
|
SKUID_IDENTIFIER = DEFAULT
|
||||||
FLASH_DEFINITION = EmulatorPkg/EmulatorPkg.fdf
|
FLASH_DEFINITION = EmulatorPkg/EmulatorPkg.fdf
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Network definition
|
||||||
|
#
|
||||||
|
DEFINE NETWORK_SNP_ENABLE = FALSE
|
||||||
|
DEFINE NETWORK_IP6_ENABLE = FALSE
|
||||||
|
DEFINE NETWORK_TLS_ENABLE = FALSE
|
||||||
|
DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE
|
||||||
|
DEFINE NETWORK_ISCSI_ENABLE = FALSE
|
||||||
|
|
||||||
[SkuIds]
|
[SkuIds]
|
||||||
0|DEFAULT
|
0|DEFAULT
|
||||||
|
|
||||||
|
@ -68,10 +78,6 @@
|
||||||
# Generic Modules
|
# Generic Modules
|
||||||
#
|
#
|
||||||
UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
||||||
NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
|
||||||
IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
|
||||||
UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
|
||||||
DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
|
||||||
OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
||||||
BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
|
BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
|
||||||
FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
|
FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
|
||||||
|
@ -357,19 +363,6 @@
|
||||||
|
|
||||||
MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
||||||
|
|
||||||
#
|
|
||||||
# Network stack drivers
|
|
||||||
#
|
|
||||||
MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
|
|
||||||
MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
|
|
||||||
MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
|
|
||||||
MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
|
|
||||||
MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
|
|
||||||
MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
|
|
||||||
MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
|
|
||||||
MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
|
|
||||||
NetworkPkg/TcpDxe/TcpDxe.inf
|
|
||||||
|
|
||||||
MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
|
MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
|
||||||
MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
||||||
MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
|
MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
|
||||||
|
@ -412,6 +405,8 @@
|
||||||
|
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
!include NetworkPkg/Network.dsc.inc
|
||||||
|
|
||||||
[BuildOptions]
|
[BuildOptions]
|
||||||
MSFT:DEBUG_*_*_CC_FLAGS = /Od /Oy-
|
MSFT:DEBUG_*_*_CC_FLAGS = /Od /Oy-
|
||||||
MSFT:NOOPT_*_*_CC_FLAGS = /Od /Oy-
|
MSFT:NOOPT_*_*_CC_FLAGS = /Od /Oy-
|
||||||
|
|
|
@ -190,15 +190,7 @@ INF MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
|
||||||
!if $(NETWORK_SUPPORT)
|
!if $(NETWORK_SUPPORT)
|
||||||
INF EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf
|
INF EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf
|
||||||
!endif
|
!endif
|
||||||
INF MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
|
!include NetworkPkg/Network.fdf.inc
|
||||||
INF MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
|
|
||||||
INF MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
|
|
||||||
INF MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
|
|
||||||
INF MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
|
|
||||||
INF MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
|
|
||||||
INF MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
|
|
||||||
INF NetworkPkg/TcpDxe/TcpDxe.inf
|
|
||||||
INF MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
|
|
||||||
|
|
||||||
INF FatPkg/EnhancedFatDxe/Fat.inf
|
INF FatPkg/EnhancedFatDxe/Fat.inf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue