NetworkLibs.dsc.inc 988 B

1234567891011121314151617181920212223
  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. # (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
  10. #
  11. # SPDX-License-Identifier: BSD-2-Clause-Patent
  12. #
  13. ##
  14. DpcLib|NetworkPkg/Library/DxeDpcLib/DxeDpcLib.inf
  15. NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
  16. IpIoLib|NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.inf
  17. UdpIoLib|NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
  18. TcpIoLib|NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
  19. # HttpLib and HttpIoLib are used for Http Boot and other
  20. # HTTP applications.
  21. HttpLib|NetworkPkg/Library/DxeHttpLib/DxeHttpLib.inf
  22. HttpIoLib|NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf