]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - NetworkPkg/Mtftp4Dxe/Mtftp4Dxe.inf
NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / NetworkPkg / Mtftp4Dxe / Mtftp4Dxe.inf
... / ...
CommitLineData
1## @file\r
2# This module produces EFI MTFTPv4 Protocol and EFI MTFTPv4 Service Binding Protocol.\r
3#\r
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
6#\r
7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = Mtftp4Dxe\r
16 MODULE_UNI_FILE = Mtftp4Dxe.uni\r
17 FILE_GUID = DC3641B8-2FA8-4ed3-BC1F-F9962A03454B\r
18 MODULE_TYPE = UEFI_DRIVER\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = Mtftp4DriverEntryPoint\r
21 UNLOAD_IMAGE = NetLibDefaultUnload\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 EBC\r
26#\r
27# DRIVER_BINDING = gMtftp4DriverBinding\r
28# COMPONENT_NAME = gMtftp4ComponentName\r
29# COMPONENT_NAME2 = gMtftp4ComponentName2\r
30#\r
31\r
32[Sources]\r
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 NetworkPkg/NetworkPkg.dec\r
50\r
51\r
52[LibraryClasses]\r
53 UefiLib\r
54 UefiBootServicesTableLib\r
55 UefiDriverEntryPoint\r
56 DebugLib\r
57 NetLib\r
58 UdpIoLib\r
59 MemoryAllocationLib\r
60 BaseMemoryLib\r
61\r
62\r
63[Protocols]\r
64 gEfiMtftp4ServiceBindingProtocolGuid ## BY_START\r
65 gEfiUdp4ServiceBindingProtocolGuid ## TO_START\r
66 gEfiMtftp4ProtocolGuid ## BY_START\r
67 gEfiUdp4ProtocolGuid ## TO_START\r
68\r
69[UserExtensions.TianoCore."ExtraFiles"]\r
70 Mtftp4DxeExtra.uni\r