]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / UefiPxeBcDxe.inf
index 24b916cd455b116946b5c345a4ade94ec170eb47..535a59cd473752ec196ea2d2293a4f9fcc36e3f7 100644 (file)
@@ -1,8 +1,7 @@
-#/** @file\r
+## @file\r
 # Component name for module UefiPxeBc\r
 #\r
-# FIX ME!\r
-# Copyright (c) 2007, Intel Corporation. All rights reserved.\r
+# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.\r
 #\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
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UefiPxeBcDxe\r
   FILE_GUID                      = 3B1DEAB5-C75D-442e-9238-8E2FFB62B0BB\r
-  MODULE_TYPE                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\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\r
 #\r
+#  DRIVER_BINDING                =  gPxeBcDriverBinding                        \r
+#  COMPONENT_NAME                =  gPxeBcComponentName\r
+#  COMPONENT_NAME2               =  gPxeBcComponentName2\r
+#\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
\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
   BaseMemoryLib\r
+  MemoryAllocationLib\r
   DebugLib\r
   NetLib\r
-\r
+  DpcLib\r
 \r
 [Guids]\r
   gEfiSmbiosTableGuid                              # ALWAYS_CONSUMED\r
 \r
-\r
-\r
 [Protocols]\r
   gEfiArpServiceBindingProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
   gEfiArpProtocolGuid                              # PROTOCOL ALWAYS_CONSUMED\r
@@ -90,7 +80,6 @@
   gEfiLoadFileProtocolGuid                         # PROTOCOL ALWAYS_PRODUCED\r
   gEfiDhcp4ProtocolGuid                            # PROTOCOL ALWAYS_CONSUMED\r
   gEfiUdp4ProtocolGuid                             # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiNetworkInterfaceIdentifierProtocolGuid_31    # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiNetworkInterfaceIdentifierProtocolGuid_31    ## SOMETIMES_CONSUMES\r
   gEfiIp4ServiceBindingProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
   gEfiIp4ProtocolGuid                              # PROTOCOL ALWAYS_CONSUMED\r
-\r