]> git.proxmox.com Git - mirror_edk2.git/commit - AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.inf
Add Socket Library applications.
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 30 Jul 2011 00:32:15 +0000 (00:32 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 30 Jul 2011 00:32:15 +0000 (00:32 +0000)
commit4684b66f261ffb74fa7575ed10df43cc0645a42f
tree60aca4f9a2359bab6cb85d445a970ba1acf11b26
parentd7ce700605e1af0e455e31ec11f19ff21d26b525
Add Socket Library applications.
Modify AppPkg.dsc file to include StdLib.inc which contains the Boilerplate text for Standard Library based Applications.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12062 6f19259b-4bc3-4df7-8a09-765794883524
45 files changed:
AppPkg/AppPkg.dsc
AppPkg/Applications/Sockets/DataSink/DataSink.c [new file with mode: 0644]
AppPkg/Applications/Sockets/DataSink/DataSink.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/DataSource/DataSource.c [new file with mode: 0644]
AppPkg/Applications/Sockets/DataSource/DataSource.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.c [new file with mode: 0644]
AppPkg/Applications/Sockets/GetHostByAddr/GetHostByAddr.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.c [new file with mode: 0644]
AppPkg/Applications/Sockets/GetHostByDns/GetHostByDns.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/GetHostByName/GetHostByName.c [new file with mode: 0644]
AppPkg/Applications/Sockets/GetHostByName/GetHostByName.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.c [new file with mode: 0644]
AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/GetNetByName/GetNetByName.c [new file with mode: 0644]
AppPkg/Applications/Sockets/GetNetByName/GetNetByName.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/GetServByName/GetServByName.c [new file with mode: 0644]
AppPkg/Applications/Sockets/GetServByName/GetServByName.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/GetServByPort/GetServByPort.c [new file with mode: 0644]
AppPkg/Applications/Sockets/GetServByPort/GetServByPort.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/RecvDgram/RecvDgram.c [new file with mode: 0644]
AppPkg/Applications/Sockets/RecvDgram/RecvDgram.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/SetHostName/SetHostName.c [new file with mode: 0644]
AppPkg/Applications/Sockets/SetHostName/SetHostName.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.c [new file with mode: 0644]
AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/TftpServer/TftpServer.c [new file with mode: 0644]
AppPkg/Applications/Sockets/TftpServer/TftpServer.h [new file with mode: 0644]
AppPkg/Applications/Sockets/TftpServer/TftpServer.inf [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/ACPI.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/BootServicesTable.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/ConfigurationTable.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/DhcpOptions.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/DxeServicesTable.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/Firmware.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/HTTP.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/Handles.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/Hello.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/Index.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/PageList.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/Reboot.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/RuntimeServicesTable.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/SystemTable.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/WebServer.c [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/WebServer.h [new file with mode: 0644]
AppPkg/Applications/Sockets/WebServer/WebServer.inf [new file with mode: 0644]