2010-02-24 01:21:16 +01:00
|
|
|
## @file
|
2007-07-30 04:37:10 +02:00
|
|
|
# Component name for module Mtftp4
|
|
|
|
#
|
2010-02-24 01:21:16 +01:00
|
|
|
# Copyright (c) 2007 - 2010, Intel Corporation
|
2007-07-30 04:37:10 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
#
|
2010-02-24 01:21:16 +01:00
|
|
|
##
|
2007-07-30 04:37:10 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = Mtftp4Dxe
|
|
|
|
FILE_GUID = DC3641B8-2FA8-4ed3-BC1F-F9962A03454B
|
2008-08-18 11:18:44 +02:00
|
|
|
MODULE_TYPE = UEFI_DRIVER
|
2007-07-30 04:37:10 +02:00
|
|
|
VERSION_STRING = 1.0
|
|
|
|
ENTRY_POINT = Mtftp4DriverEntryPoint
|
2007-09-28 08:02:01 +02:00
|
|
|
UNLOAD_IMAGE = NetLibDefaultUnload
|
2007-07-30 04:37:10 +02:00
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
|
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
|
|
|
#
|
2008-12-04 08:12:25 +01:00
|
|
|
# DRIVER_BINDING = gMtftp4DriverBinding
|
|
|
|
# COMPONENT_NAME = gMtftp4ComponentName
|
|
|
|
# COMPONENT_NAME2 = gMtftp4ComponentName2
|
|
|
|
#
|
2007-07-30 04:37:10 +02:00
|
|
|
|
2010-02-24 01:21:16 +01:00
|
|
|
[Sources]
|
2007-07-30 04:37:10 +02:00
|
|
|
Mtftp4Option.c
|
|
|
|
Mtftp4Rrq.c
|
|
|
|
Mtftp4Impl.h
|
|
|
|
ComponentName.c
|
|
|
|
Mtftp4Support.c
|
|
|
|
Mtftp4Impl.c
|
|
|
|
Mtftp4Option.h
|
|
|
|
Mtftp4Support.h
|
|
|
|
Mtftp4Driver.h
|
|
|
|
Mtftp4Driver.c
|
|
|
|
Mtftp4Wrq.c
|
|
|
|
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
UefiLib
|
|
|
|
UefiBootServicesTableLib
|
|
|
|
UefiDriverEntryPoint
|
|
|
|
DebugLib
|
|
|
|
NetLib
|
|
|
|
UdpIoLib
|
2009-05-21 01:15:47 +02:00
|
|
|
MemoryAllocationLib
|
|
|
|
BaseMemoryLib
|
2007-07-30 04:37:10 +02:00
|
|
|
|
|
|
|
|
|
|
|
[Protocols]
|
|
|
|
gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
|