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:
@@ -1,21 +1,14 @@
|
||||
#/** @file
|
||||
## @file
|
||||
# Web Server Application
|
||||
#
|
||||
# This file contains an 'Intel Peripheral Driver' and is
|
||||
# licensed for Intel CPUs and chipsets under the terms of your
|
||||
# license agreement with Intel or your vendor. This file may
|
||||
# be modified by the user, subject to additional terms of the
|
||||
# license agreement
|
||||
# Copyright (c) 2011-2012, Intel Corporation
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
# which accompanies this distribution. The full text of the license may be found at
|
||||
# http://opensource.org/licenses/bsd-license.php
|
||||
#
|
||||
#
|
||||
# Copyright (c) 2011 Intel Corporation. All rights reserved
|
||||
# This software and associated documentation (if any) is furnished
|
||||
# under a license and may only be used or copied in accordance
|
||||
# with the terms of the license. Except as permitted by such
|
||||
# license, no part of this software or documentation may be
|
||||
# reproduced, stored in a retrieval system, or transmitted in any
|
||||
# form or by any means without the express written consent of
|
||||
# Intel Corporation.
|
||||
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#
|
||||
##
|
||||
|
||||
@@ -46,6 +39,7 @@
|
||||
Hello.c
|
||||
HTTP.c
|
||||
Index.c
|
||||
MemoryMap.c
|
||||
PageList.c
|
||||
Ports.c
|
||||
Reboot.c
|
||||
@@ -53,6 +47,12 @@
|
||||
SystemTable.c
|
||||
WebServer.c
|
||||
|
||||
[Sources.IA32]
|
||||
Mtrr.c
|
||||
|
||||
[Sources.X64]
|
||||
Mtrr.c
|
||||
|
||||
|
||||
[Pcd]
|
||||
gAppPkgTokenSpaceGuid.WebServer_HttpPort
|
||||
@@ -64,12 +64,19 @@
|
||||
ShellPkg/ShellPkg.dec
|
||||
StdLib/StdLib.dec
|
||||
|
||||
[Packages.IA32]
|
||||
UefiCpuPkg/UefiCpuPkg.dec
|
||||
|
||||
[Packages.X64]
|
||||
UefiCpuPkg/UefiCpuPkg.dec
|
||||
|
||||
|
||||
[LibraryClasses]
|
||||
BaseMemoryLib
|
||||
BsdSocketLib
|
||||
DebugLib
|
||||
DevShell
|
||||
DxeServicesTableLib
|
||||
EfiSocketLib
|
||||
LibC
|
||||
ShellLib
|
||||
@@ -79,6 +86,13 @@
|
||||
UefiRuntimeServicesTableLib
|
||||
# UseSocketDxe
|
||||
|
||||
[LibraryClasses.IA32]
|
||||
MtrrLib
|
||||
|
||||
[LibraryClasses.X64]
|
||||
MtrrLib
|
||||
|
||||
|
||||
[Guids]
|
||||
gEfiAcpi10TableGuid
|
||||
gEfiAcpiTableGuid
|
||||
|
Reference in New Issue
Block a user