]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / MdeModulePkg / Universal / Network / ArpDxe / ArpDxe.inf
diff --git a/MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf b/MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
deleted file mode 100644 (file)
index 78344ed..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-## @file\r
-#  This module produces EFI ARP Protocol and EFI ARP Service Binding Protocol.\r
-#\r
-#  This module produces EFI ARP Protocol upon EFI MNP Protocol, to provide a generic\r
-#  implementation of the Address Resolution Protocol that is described in RFCs 826\r
-#  and 1122.\r
-#\r
-#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = ArpDxe\r
-  MODULE_UNI_FILE                = ArpDxe.uni\r
-  FILE_GUID                      = 529D3F93-E8E9-4e73-B1E1-BDF6A9D50113\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = ArpDriverEntryPoint\r
-  UNLOAD_IMAGE                   = NetLibDefaultUnload\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-#  DRIVER_BINDING                =  gArpDriverBinding\r
-#  COMPONENT_NAME                =  gArpComponentName\r
-#  COMPONENT_NAME2               =  gArpComponentName2\r
-#\r
-\r
-[Sources]\r
-  ArpMain.c\r
-  ArpDriver.h\r
-  ComponentName.c\r
-  ArpImpl.h\r
-  ArpImpl.c\r
-  ArpDriver.c\r
-\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-\r
-\r
-[LibraryClasses]\r
-  UefiLib\r
-  UefiBootServicesTableLib\r
-  UefiDriverEntryPoint\r
-  DebugLib\r
-  NetLib\r
-  DpcLib\r
-\r
-[Protocols]\r
-  gEfiArpServiceBindingProtocolGuid             ## BY_START\r
-  gEfiManagedNetworkServiceBindingProtocolGuid  ## TO_START\r
-  gEfiArpProtocolGuid                           ## BY_START\r
-  gEfiManagedNetworkProtocolGuid                ## TO_START\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  ArpDxeExtra.uni\r