]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
Add 'file not found' debug message to MTFTP.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Mtftp4Dxe / Mtftp4Dxe.inf
CommitLineData
6bfbb5f0 1## @file\r
772db4bb 2# Component name for module Mtftp4\r
3#\r
e5eed7d3 4# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
772db4bb 5#\r
e5eed7d3 6# This program and the accompanying materials\r
772db4bb 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
6bfbb5f0 15##\r
772db4bb 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = Mtftp4Dxe\r
20 FILE_GUID = DC3641B8-2FA8-4ed3-BC1F-F9962A03454B\r
d3f16117 21 MODULE_TYPE = UEFI_DRIVER\r
772db4bb 22 VERSION_STRING = 1.0\r
772db4bb 23 ENTRY_POINT = Mtftp4DriverEntryPoint\r
da1d0201 24 UNLOAD_IMAGE = NetLibDefaultUnload\r
772db4bb 25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
d354ab7f 30# DRIVER_BINDING = gMtftp4DriverBinding \r
31# COMPONENT_NAME = gMtftp4ComponentName\r
32# COMPONENT_NAME2 = gMtftp4ComponentName2\r
33#\r
772db4bb 34\r
6bfbb5f0 35[Sources]\r
772db4bb 36 Mtftp4Option.c\r
37 Mtftp4Rrq.c\r
38 Mtftp4Impl.h\r
39 ComponentName.c\r
40 Mtftp4Support.c\r
41 Mtftp4Impl.c\r
42 Mtftp4Option.h\r
43 Mtftp4Support.h\r
44 Mtftp4Driver.h\r
45 Mtftp4Driver.c\r
46 Mtftp4Wrq.c\r
47\r
48\r
49[Packages]\r
50 MdePkg/MdePkg.dec\r
51 MdeModulePkg/MdeModulePkg.dec\r
52\r
53\r
54[LibraryClasses]\r
772db4bb 55 UefiLib\r
56 UefiBootServicesTableLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
59 NetLib\r
60 UdpIoLib\r
cfb1461b 61 MemoryAllocationLib\r
62 BaseMemoryLib\r
772db4bb 63\r
64\r
65[Protocols]\r
66 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
67 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
68 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
69 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
70\r