Update the license dates

Use the BSD license
Fix errors detected by GCC compiler in WebServer/ConfigurationTable.c
Add libraries: CpuLib, DxeServicesTableLib and MtrrLib

Signed-off-by: lpleahy

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13115 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lpleahy
2012-03-20 22:16:42 +00:00
parent 0dac421231
commit 9f7f5161cf
71 changed files with 2427 additions and 697 deletions

View File

@@ -23,6 +23,11 @@
AppPkg/Applications/Sockets/SetHostName/SetHostName.inf
AppPkg/Applications/Sockets/SetSockOpt/SetSockOpt.inf
AppPkg/Applications/Sockets/WebServer/WebServer.inf {
<LibraryClasses>
CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
<PcdsFixedAtBuild>
gAppPkgTokenSpaceGuid.WebServer_HttpPort|80
}