]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
Remove unused [Guids] section from PXE inf file.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / UefiPxeBcDxe.inf
index f1c2e1c472c89ada4f841612f740110120873057..423555aecc17aca139d45e4d54f2a46e7cf3fc83 100644 (file)
@@ -1,9 +1,9 @@
-#/** @file\r
+## @file\r
 # Component name for module UefiPxeBc\r
 #\r
-# Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.\r
+# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  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
@@ -12,7 +12,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 \r
 [Defines]\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = PxeBcDriverEntryPoint\r
+  UNLOAD_IMAGE                   = NetLibDefaultUnload\r
 \r
 #\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 IPF\r
 #\r
 #  DRIVER_BINDING                =  gPxeBcDriverBinding                        \r
 #  COMPONENT_NAME                =  gPxeBcComponentName\r
 #  COMPONENT_NAME2               =  gPxeBcComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PxeBcMtftp.c\r
   PxeBcSupport.h\r
   PxeBcSupport.c\r
   PxeBcDhcp.c\r
   PxeBcMtftp.h\r
   PxeBcDriver.h\r
-\r
-[Sources.IA32]\r
-  Ia32/PxeArch.h\r
-\r
-[Sources.X64]\r
-  X64/PxeArch.h\r
-\r
-[Sources.IPF]\r
-  Ipf/PxeArch.h\r
-\r
-[Sources.EBC]\r
-  Ebc/PxeArch.h\r
-  Ebc/PxeArch.c\r
\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
   BaseMemoryLib\r
+  MemoryAllocationLib\r
   DebugLib\r
   NetLib\r
-\r
-\r
-[Guids]\r
-  gEfiSmbiosTableGuid                              # ALWAYS_CONSUMED\r
-\r
-\r
+  DpcLib\r
+  PcdLib\r
 \r
 [Protocols]\r
   gEfiArpServiceBindingProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
@@ -96,3 +82,5 @@
   gEfiIp4ServiceBindingProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
   gEfiIp4ProtocolGuid                              # PROTOCOL ALWAYS_CONSUMED\r
 \r
+[Pcd]  \r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize     ## CONSUMES  \r