NetworkLibs.dsc.inc 821 B

1234567891011121314151617181920
  1. ## @file
  2. # Network DSC include file for [LibraryClasses*] section of all Architectures.
  3. #
  4. # This file can be included to the [LibraryClasses*] section(s) of a platform DSC file
  5. # by using "!include NetworkPkg/NetworkLibs.dsc.inc" to specify the library instances
  6. # of EDKII network library classes.
  7. #
  8. # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  9. #
  10. # SPDX-License-Identifier: BSD-2-Clause-Patent
  11. #
  12. ##
  13. DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
  14. NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
  15. IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
  16. UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
  17. TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
  18. # HttpLib is used for Http Boot
  19. HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf