X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=inline;f=MdeModulePkg%2FUniversal%2FNetwork%2FMnpDxe%2FMnpDxe.inf;h=f6633a08e471efd4ec6d39a4062066403c9708f1;hb=6e4bac4dac892c8e041f8f89e1948ea43151a0a4;hp=f0d47fb60697e8b72789cebba739dd8bf431608f;hpb=d3f1611730f87834cb1f674e22b20e2254070d69;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf b/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf index f0d47fb606..f6633a08e4 100644 --- a/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf +++ b/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf @@ -1,29 +1,22 @@ -#/** @file -# Component name for module Mnp -# -# FIX ME! -# 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, 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 FILE_GUID = 025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - ENTRY_POINT = MnpDriverEntryPoint UNLOAD_IMAGE = NetLibDefaultUnload # @@ -31,10 +24,15 @@ # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # +# DRIVER_BINDING = gMnpDriverBinding +# COMPONENT_NAME = gMnpComponentName +# COMPONENT_NAME2 = gMnpComponentName2 +# [Sources.common] MnpMain.c MnpIo.c + ComponentName.h MnpDriver.h ComponentName.c MnpDriver.c