X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=AppPkg%2FApplications%2FSockets%2FWebServer%2FWebServer.inf;h=3650aef96e4e4e92eefb12f5f22a2952f24b3082;hb=9f7f5161cf2f6c1e29f4f11ff2a70454b223431a;hp=308e4bfff2d57969a20afa4919a1912bb551755f;hpb=4684b66f261ffb74fa7575ed10df43cc0645a42f;p=mirror_edk2.git diff --git a/AppPkg/Applications/Sockets/WebServer/WebServer.inf b/AppPkg/Applications/Sockets/WebServer/WebServer.inf index 308e4bfff2..3650aef96e 100644 --- a/AppPkg/Applications/Sockets/WebServer/WebServer.inf +++ b/AppPkg/Applications/Sockets/WebServer/WebServer.inf @@ -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) 20011 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. # ## @@ -40,42 +33,65 @@ ConfigurationTable.c DhcpOptions.c DxeServicesTable.c + Exit.c Firmware.c Handles.c Hello.c HTTP.c Index.c + MemoryMap.c PageList.c + Ports.c Reboot.c RuntimeServicesTable.c SystemTable.c WebServer.c +[Sources.IA32] + Mtrr.c -[Pcd] - gStdLibTokenSpaceGuid.WebServer_HttpPort +[Sources.X64] + Mtrr.c +[Pcd] + gAppPkgTokenSpaceGuid.WebServer_HttpPort + [Packages] + AppPkg/AppPkg.dec MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec ShellPkg/ShellPkg.dec StdLib/StdLib.dec +[Packages.IA32] + UefiCpuPkg/UefiCpuPkg.dec + +[Packages.X64] + UefiCpuPkg/UefiCpuPkg.dec + [LibraryClasses] BaseMemoryLib BsdSocketLib DebugLib DevShell -# EfiSocketLib + DxeServicesTableLib + EfiSocketLib LibC ShellLib ShellCEntryLib UefiBootServicesTableLib UefiLib UefiRuntimeServicesTableLib - UseSocketDxe +# UseSocketDxe + +[LibraryClasses.IA32] + MtrrLib + +[LibraryClasses.X64] + MtrrLib + [Guids] gEfiAcpi10TableGuid