X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FUefiPxeBcDxe%2FUefiPxeBcDxe.inf;h=7f8acd73d4f16ea1a64e9418d643d89b0163d3c5;hp=24b916cd455b116946b5c345a4ade94ec170eb47;hb=2ce5c88a7adaea3eeeccc932b18da5f02440f8cd;hpb=982a9eaea270fdc05d60d570e3d0e4d168654c05 diff --git a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf index 24b916cd45..7f8acd73d4 100644 --- a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf +++ b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf @@ -1,8 +1,7 @@ #/** @file # Component name for module UefiPxeBc # -# FIX ME! -# Copyright (c) 2007, Intel Corporation. All rights reserved. +# Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved. # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -20,19 +19,19 @@ INF_VERSION = 0x00010005 BASE_NAME = UefiPxeBcDxe FILE_GUID = 3B1DEAB5-C75D-442e-9238-8E2FFB62B0BB - MODULE_TYPE = DXE_DRIVER + MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - ENTRY_POINT = PxeBcDriverEntryPoint # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF +# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# +# DRIVER_BINDING = gPxeBcDriverBinding +# COMPONENT_NAME = gPxeBcComponentName +# COMPONENT_NAME2 = gPxeBcComponentName2 # - [Sources.common] PxeBcMtftp.c @@ -56,6 +55,9 @@ [Sources.IPF] Ipf/PxeArch.h +[Sources.EBC] + Ebc/PxeArch.h + Ebc/PxeArch.c [Packages] MdePkg/MdePkg.dec @@ -69,15 +71,14 @@ UefiBootServicesTableLib UefiDriverEntryPoint BaseMemoryLib + MemoryAllocationLib DebugLib NetLib - + DpcLib [Guids] gEfiSmbiosTableGuid # ALWAYS_CONSUMED - - [Protocols] gEfiArpServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiArpProtocolGuid # PROTOCOL ALWAYS_CONSUMED @@ -90,7 +91,6 @@ gEfiLoadFileProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiDhcp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiNetworkInterfaceIdentifierProtocolGuid_31 # PROTOCOL ALWAYS_CONSUMED + gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## SOMETIMES_CONSUMES gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED -