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