]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / UefiPxeBcDxe.inf
index fd4ab6be685a335dfe5ba320fd2934fa3e421548..c3b1b27a96e5da012c217e33220ed4deecf180a9 100644 (file)
@@ -1,8 +1,7 @@
 #/** @file\r
 # Component name for module UefiPxeBc\r
 #\r
-# FIX ME!\r
-# Copyright (c) 2007, Intel Corporation. All rights reserved.\r
+# Copyright (c) 2007 - 2008, 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
   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
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
 \r
@@ -56,6 +52,9 @@
 [Sources.IPF]\r
   Ipf/PxeArch.h\r
 \r
+[Sources.EBC]\r
+  Ebc/PxeArch.h\r
+  Ebc/PxeArch.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -79,6 +78,8 @@
 \r
 \r
 [Protocols]\r
+  gEfiArpServiceBindingProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiArpProtocolGuid                              # PROTOCOL ALWAYS_CONSUMED\r
   gEfiMtftp4ServiceBindingProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
   gEfiMtftp4ProtocolGuid                           # PROTOCOL ALWAYS_CONSUMED\r
   gEfiUdp4ServiceBindingProtocolGuid               # PROTOCOL ALWAYS_CONSUMED\r
@@ -89,5 +90,6 @@
   gEfiDhcp4ProtocolGuid                            # PROTOCOL ALWAYS_CONSUMED\r
   gEfiUdp4ProtocolGuid                             # PROTOCOL ALWAYS_CONSUMED\r
   gEfiNetworkInterfaceIdentifierProtocolGuid_31    # PROTOCOL ALWAYS_CONSUMED\r
-\r
+  gEfiIp4ServiceBindingProtocolGuid                # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiIp4ProtocolGuid                              # PROTOCOL ALWAYS_CONSUMED\r
 \r