X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FMnpDxe%2FMnpDxe.inf;h=6347d97dee108deed0e7fe1b0e72d14432ce2a46;hp=a03592bfb88219a7e61018e9cd7226072708f354;hb=779ae3579848a36319d67a6ba012b4b9aa88aa6b;hpb=1204fe8319e5e6f77df68c375ef403e9ffa9227e diff --git a/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf b/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf index a03592bfb8..6347d97dee 100644 --- a/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf +++ b/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf @@ -1,16 +1,17 @@ -/** @file - Component description file for Mnp module. - -Copyright (c) 2006, Intel Corporation.
-All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +## @file +# Component description file for Mnp module. +# +# Copyright (c) 2006 - 2009, Intel Corporation.
+# All rights reserved. This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# +## -**/ [Defines] INF_VERSION = 0x00010005 BASE_NAME = MnpDxe @@ -24,7 +25,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -# DRIVER_BINDING = gMnpDriverBinding +# DRIVER_BINDING = gMnpDriverBinding # COMPONENT_NAME = gMnpComponentName # COMPONENT_NAME2 = gMnpComponentName2 # @@ -38,13 +39,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. MnpDriver.c MnpConfig.c MnpImpl.h - + MnpVlan.h + MnpVlan.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec - [LibraryClasses] BaseLib BaseMemoryLib @@ -57,6 +58,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. DpcLib [Protocols] - gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED - gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiManagedNetworkServiceBindingProtocolGuid ## PRODUCES + gEfiSimpleNetworkProtocolGuid ## CONSUMES + gEfiManagedNetworkProtocolGuid ## PRODUCES + gEfiVlanConfigProtocolGuid ## SOMETIMES_PRODUCES