]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Mtftp4Dxe / Mtftp4Dxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# This module produces EFI MTFTPv4 Protocol and EFI MTFTPv4 Service Binding Protocol.\r
772db4bb 3#\r
6036e94d
SZ
4# This module produces EFI MTFTPv4 Protocol upon EFI UDPv4 Protocol, to provide\r
5# basic services for client-side unicast and/or multicase TFTP operations.\r
772db4bb 6#\r
d1102dba 7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
772db4bb 9#\r
10#\r
6bfbb5f0 11##\r
772db4bb 12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = Mtftp4Dxe\r
6036e94d 16 MODULE_UNI_FILE = Mtftp4Dxe.uni\r
772db4bb 17 FILE_GUID = DC3641B8-2FA8-4ed3-BC1F-F9962A03454B\r
d3f16117 18 MODULE_TYPE = UEFI_DRIVER\r
772db4bb 19 VERSION_STRING = 1.0\r
772db4bb 20 ENTRY_POINT = Mtftp4DriverEntryPoint\r
da1d0201 21 UNLOAD_IMAGE = NetLibDefaultUnload\r
772db4bb 22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
de005223 25# VALID_ARCHITECTURES = IA32 X64 EBC\r
772db4bb 26#\r
d1102dba 27# DRIVER_BINDING = gMtftp4DriverBinding\r
d354ab7f 28# COMPONENT_NAME = gMtftp4ComponentName\r
29# COMPONENT_NAME2 = gMtftp4ComponentName2\r
30#\r
772db4bb 31\r
6bfbb5f0 32[Sources]\r
772db4bb 33 Mtftp4Option.c\r
34 Mtftp4Rrq.c\r
35 Mtftp4Impl.h\r
36 ComponentName.c\r
37 Mtftp4Support.c\r
38 Mtftp4Impl.c\r
39 Mtftp4Option.h\r
40 Mtftp4Support.h\r
41 Mtftp4Driver.h\r
42 Mtftp4Driver.c\r
43 Mtftp4Wrq.c\r
44\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 MdeModulePkg/MdeModulePkg.dec\r
49\r
50\r
51[LibraryClasses]\r
772db4bb 52 UefiLib\r
53 UefiBootServicesTableLib\r
54 UefiDriverEntryPoint\r
55 DebugLib\r
56 NetLib\r
57 UdpIoLib\r
cfb1461b 58 MemoryAllocationLib\r
59 BaseMemoryLib\r
772db4bb 60\r
61\r
62[Protocols]\r
6036e94d
SZ
63 gEfiMtftp4ServiceBindingProtocolGuid ## BY_START\r
64 gEfiUdp4ServiceBindingProtocolGuid ## TO_START\r
65 gEfiMtftp4ProtocolGuid ## BY_START\r
66 gEfiUdp4ProtocolGuid ## TO_START\r
772db4bb 67\r
6036e94d
SZ
68[UserExtensions.TianoCore."ExtraFiles"]\r
69 Mtftp4DxeExtra.uni\r