audk/AppPkg/Applications/Sockets
darylm503 6dbd32caf6 AppPkg/Applications/Sockets: Address GCC and Linux compilation problems.
1) Fix copyright and license notices.
  2) Replace '\' in include paths with '/'.
  3) Fix case mismatch between include paths and actual files and directories.

Signed-off-by: darylm503
Reviewed-by: geekboy15a


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13142 6f19259b-4bc3-4df7-8a09-765794883524
2012-03-27 00:47:35 +00:00
..
DataSink
DataSource
GetAddrInfo
GetHostByAddr AppPkg/Applications/Sockets: Address GCC and Linux compilation problems. 2012-03-27 00:47:35 +00:00
GetHostByDns
GetHostByName
GetNameInfo
GetNetByAddr
GetNetByName
GetServByName
GetServByPort
OobRx
OobTx
RawIp4Rx
RawIp4Tx
RecvDgram
SetHostName
SetSockOpt
TftpServer
WebServer AppPkg/Applications/Sockets: Address GCC and Linux compilation problems. 2012-03-27 00:47:35 +00:00
ReadMe.txt
Sockets.inc

ReadMe.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Users of the socket library need to do the following:

•	Use the development branch: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/EADK/
•	Create an Efi\StdLib\etc directory on their system or USB flash device
•	Copy the files from StdLib\Efi\StdLib\etc into that directory
•	Edit the files appropriately
	o	Set the correct DNS servers in resolv.conf
	o	Set the search order in host.conf
•	At the EFI shell
	o	Set the device containing the \Efi directory as the default device
	o	Run the socket application