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 |
|
---|
15 | DpcLib|NetworkPkg/Library/DxeDpcLib/DxeDpcLib.inf
|
---|
16 | NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
|
---|
17 | IpIoLib|NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
---|
18 | UdpIoLib|NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
---|
19 | TcpIoLib|NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
|
---|
20 | # HttpLib and HttpIoLib are used for Http Boot and other
|
---|
21 | # HTTP applications.
|
---|
22 | HttpLib|NetworkPkg/Library/DxeHttpLib/DxeHttpLib.inf
|
---|
23 | HttpIoLib|NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf
|
---|