]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Sockets/WebServer/WebServer.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / AppPkg / Applications / Sockets / WebServer / WebServer.inf
index 308e4bfff2d57969a20afa4919a1912bb551755f..f176910c4c55085e74f315ce2a2d358528fa71a9 100644 (file)
@@ -1,21 +1,14 @@
-#/** @file\r
+## @file\r
 #  Web Server Application\r
 #\r
-# This file contains an 'Intel Peripheral Driver' and is      \r
-# licensed for Intel CPUs and chipsets under the terms of your\r
-# license agreement with Intel or your vendor.  This file may \r
-# be modified by the user, subject to additional terms of the \r
-# license agreement                                           \r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  All rights reserved. This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution.  The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
 #\r
-#\r
-# Copyright (c)  20011 Intel Corporation. All rights reserved\r
-# This software and associated documentation (if any) is furnished\r
-# under a license and may only be used or copied in accordance\r
-# with the terms of the license. Except as permitted by such\r
-# license, no part of this software or documentation may be\r
-# reproduced, stored in a retrieval system, or transmitted in any\r
-# form or by any means without the express written consent of\r
-# Intel Corporation.\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 ##\r
 \r
@@ -31,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
   ConfigurationTable.c\r
   DhcpOptions.c\r
   DxeServicesTable.c\r
+  Exit.c\r
   Firmware.c\r
   Handles.c\r
   Hello.c\r
   HTTP.c\r
   Index.c\r
+  MemoryMap.c\r
   PageList.c\r
+  Ports.c\r
   Reboot.c\r
   RuntimeServicesTable.c\r
   SystemTable.c\r
   WebServer.c\r
 \r
+[Sources.IA32]\r
+  Mtrr.c\r
 \r
-[Pcd]\r
-  gStdLibTokenSpaceGuid.WebServer_HttpPort\r
+[Sources.X64]\r
+  Mtrr.c\r
 \r
 \r
+[Pcd]\r
+  gAppPkgTokenSpaceGuid.WebServer_HttpPort\r
+\r
 [Packages]\r
+  AppPkg/AppPkg.dec\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   ShellPkg/ShellPkg.dec\r
   StdLib/StdLib.dec\r
 \r
+[Packages.IA32]\r
+  UefiCpuPkg/UefiCpuPkg.dec\r
+\r
+[Packages.X64]\r
+  UefiCpuPkg/UefiCpuPkg.dec\r
+\r
 \r
 [LibraryClasses]\r
   BaseMemoryLib\r
   BsdSocketLib\r
   DebugLib\r
-  DevShell\r
-#  EfiSocketLib\r
+  DevMedia\r
+  DxeServicesTableLib\r
+  EfiSocketLib\r
   LibC\r
   ShellLib\r
   ShellCEntryLib\r
   UefiBootServicesTableLib\r
   UefiLib\r
   UefiRuntimeServicesTableLib\r
-  UseSocketDxe\r
+#  UseSocketDxe\r
+\r
+[LibraryClasses.IA32]\r
+  MtrrLib\r
+\r
+[LibraryClasses.X64]\r
+  MtrrLib\r
+\r
 \r
 [Guids]\r
   gEfiAcpi10TableGuid\r