X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FMnpDxe%2FMnpDxe.inf;h=cc26ce2ec49381908a17b6002a5bb0dacf41a565;hp=a03592bfb88219a7e61018e9cd7226072708f354;hb=e5eed7d3641d71d7ea539e5379ea9c6a5cd97004;hpb=d8d26fb207e02aa5ef57e2bcb213f9dda16166cc diff --git a/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf b/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf index a03592bfb8..cc26ce2ec4 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 - 2010, 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,12 +25,12 @@ 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 # -[Sources.common] +[Sources] MnpMain.c MnpIo.c ComponentName.h @@ -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