diff options
author | Fu Siyuan <siyuan.fu@intel.com> | 2018-10-30 14:47:33 +0800 |
---|---|---|
committer | Fu Siyuan <siyuan.fu@intel.com> | 2018-11-05 16:02:24 +0800 |
commit | 6cf3aeaeb1b242ff3bb076ba4c93248b5f387c7f (patch) | |
tree | 1360c80b77724045c6c744ecfb4e3c44a68bca62 /EmulatorPkg/EmulatorPkg.dsc | |
parent | 2eee9d65815e779c7ccd09b92957bc701ba0a796 (diff) | |
download | edk2-6cf3aeaeb1b242ff3bb076ba4c93248b5f387c7f.tar.gz |
EmulatorPkg: Replace obsoleted network drivers from platform DSC/FDF.
This patch replaces the MdeModulePkg TCP, PXE and iSCSI driver with those
ones in NetworkPkg. These 3 drivers in MdeModulePkg are not being actively
maintained and will be removed from edk2 master soon.
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'EmulatorPkg/EmulatorPkg.dsc')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index c8c444fe1c..3ddddbfb48 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -378,8 +378,8 @@ MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
- MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
+ NetworkPkg/TcpDxe/TcpDxe.inf
MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|