Last change
on this file since 101489 was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
965 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.