]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / MdeModulePkg / Library / DxeUdpIoLib / DxeUdpIoLib.inf
diff --git a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
deleted file mode 100644 (file)
index 483c2cd..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-## @file\r
-#  This library instance provides UDP services by consuming EFI UDPv4/UDPv6 Protocols.\r
-#\r
-#  Copyright (c) 2008 - 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                      = DxeUpdIoLib\r
-  MODULE_UNI_FILE                = DxeUpdIoLib.uni\r
-  FILE_GUID                      = 7E615AA1-41EE-49d4-B7E9-1D7A60AA5C8D\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = UdpIoLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
-\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
-\r
-[Sources]\r
-  DxeUdpIoLib.c\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  DebugLib\r
-  UefiBootServicesTableLib\r
-  MemoryAllocationLib\r
-  BaseMemoryLib\r
-  DpcLib\r
-\r
-[Protocols]\r
-  gEfiUdp4ServiceBindingProtocolGuid            ## SOMETIMES_CONSUMES\r
-  gEfiUdp4ProtocolGuid                          ## SOMETIMES_CONSUMES\r
-  gEfiUdp6ServiceBindingProtocolGuid            ## SOMETIMES_CONSUMES\r
-  gEfiUdp6ProtocolGuid                          ## SOMETIMES_CONSUMES\r
-\r