]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / MdeModulePkg / Universal / Network / MnpDxe / MnpDxe.inf
diff --git a/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf b/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
deleted file mode 100644 (file)
index d4685b3..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-## @file\r
-#  This module produces EFI MNP Protocol, EFI MNP Servie Binding Protocol and EFI VLAN Protocol.\r
-#\r
-#  This module produces EFI Managed Network Protocol upon EFI Simple Network Protocol,\r
-#  to provide raw asynchronous network I/O services. It also produces EFI VLAN Protocol\r
-#  to provide manageability interface for VLAN configuration.\r
-#\r
-#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = MnpDxe\r
-  MODULE_UNI_FILE                = MnpDxe.uni\r
-  FILE_GUID                      = 025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = MnpDriverEntryPoint\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                =  gMnpDriverBinding\r
-#  COMPONENT_NAME                =  gMnpComponentName\r
-#  COMPONENT_NAME2               =  gMnpComponentName2\r
-#\r
-\r
-[Sources]\r
-  MnpMain.c\r
-  MnpIo.c\r
-  ComponentName.h\r
-  MnpDriver.h\r
-  ComponentName.c\r
-  MnpDriver.c\r
-  MnpConfig.c\r
-  MnpImpl.h\r
-  MnpVlan.h\r
-  MnpVlan.c\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  BaseMemoryLib\r
-  MemoryAllocationLib\r
-  UefiLib\r
-  UefiBootServicesTableLib\r
-  UefiDriverEntryPoint\r
-  DebugLib\r
-  NetLib\r
-  DpcLib\r
-\r
-[Protocols]\r
-  gEfiManagedNetworkServiceBindingProtocolGuid  ## BY_START\r
-  gEfiSimpleNetworkProtocolGuid                 ## TO_START\r
-  gEfiManagedNetworkProtocolGuid                ## BY_START\r
-  ## BY_START\r
-  ## UNDEFINED # variable\r
-  gEfiVlanConfigProtocolGuid\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  MnpDxeExtra.uni\r