]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Network / MnpDxe / MnpDxe.inf
index 436038eb9b80b4f2cab9b8aab2165a47ca9e2854..07e62f5ba2384121c03ab2360fdc261737171ac3 100644 (file)
@@ -1,8 +1,12 @@
 ## @file\r
-#  Component description file for Mnp module.\r
+#  This module produces EFI MNP Protocol, EFI MNP Servie Binding Protocol and EFI VLAN Protocol.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\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 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -15,6 +19,7 @@
 [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
   DpcLib\r
 \r
 [Protocols]\r
-  gEfiManagedNetworkServiceBindingProtocolGuid  ## PRODUCES\r
-  gEfiSimpleNetworkProtocolGuid                 ## CONSUMES\r
-  gEfiManagedNetworkProtocolGuid                ## PRODUCES\r
-  gEfiVlanConfigProtocolGuid                    ## SOMETIMES_PRODUCES\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