ArmVExpress-networking.fdf.inc 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Copyright (c) 2012-2014, ARM Limited. All rights reserved.
  3. #
  4. # This program and the accompanying materials
  5. # are licensed and made available under the terms and conditions
  6. # of the BSD License which accompanies this distribution.
  7. # The full text of the license may be found at
  8. # http://opensource.org/licenses/bsd-license.php
  9. #
  10. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  12. #
  13. #
  14. # Networking stack
  15. #
  16. INF MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
  17. INF MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
  18. INF MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
  19. INF MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
  20. INF MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
  21. INF MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
  22. INF MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
  23. INF NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
  24. INF NetworkPkg/TcpDxe/TcpDxe.inf
  25. INF NetworkPkg/IScsiDxe/IScsiDxe.inf
  26. INF MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
  27. !if $(INCLUDE_TFTP_COMMAND) == TRUE
  28. #
  29. # TFTP Shell command
  30. #
  31. INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
  32. !endif