]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Sockets/Sockets.inc
- For writing sin_port, htons() must be used.
[mirror_edk2.git] / AppPkg / Applications / Sockets / Sockets.inc
1
2 ################################################################################
3 # Socket Applications
4 ################################################################################
5
6 [Components]
7 AppPkg/Applications/Sockets/DataSink/DataSink.inf
8 AppPkg/Applications/Sockets/DataSource/DataSource.inf
9 AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.inf
10 AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf
11 AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.inf
12 AppPkg/Applications/Sockets/GetHostByName/GetHostByName.inf
13 AppPkg/Applications/Sockets/GetNameInfo/GetNameInfo.inf
14 AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.inf
15 AppPkg/Applications/Sockets/GetNetByName/GetNetByName.inf
16 AppPkg/Applications/Sockets/GetServByName/GetServByName.inf
17 AppPkg/Applications/Sockets/GetServByPort/GetServByPort.inf
18 AppPkg/Applications/Sockets/OobRx/OobRx.inf
19 AppPkg/Applications/Sockets/OobTx/OobTx.inf
20 AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.inf
21 AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.inf
22 AppPkg/Applications/Sockets/RecvDgram/RecvDgram.inf
23 AppPkg/Applications/Sockets/SetHostName/SetHostName.inf
24 AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.inf
25 AppPkg/Applications/Sockets/WebServer/WebServer.inf {
26 <LibraryClasses>
27 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
28 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
29 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
30
31 <PcdsFixedAtBuild>
32 gAppPkgTokenSpaceGuid.WebServer_HttpPort|80
33 }
34
35 ################################################################################
36 # The following application requires TimerLib (platform specific library)
37 ################################################################################
38
39 [Components]
40 # AppPkg/Applications/Sockets/TftpServer/TftpServer.inf
41
42