]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
NetworkPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / NetworkPkg / Mtftp6Dxe / Mtftp6Dxe.inf
CommitLineData
a3bcde70 1## @file\r
8ef3af39 2# Client-side Mtftp6 service.\r
a3bcde70 3#\r
8ef3af39
DG
4# This module produces EFI MTFTPv6 Protocol which provides basic services for\r
5# client-side unicast and/or multicast TFTP.\r
6#\r
7# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
a3bcde70
HT
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php.\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = Mtftp6Dxe\r
22 FILE_GUID = 99F03B99-98D8-49dd-A8D3-3219D0FFE41E\r
23 MODULE_TYPE = UEFI_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = Mtftp6DriverEntryPoint\r
26 UNLOAD_IMAGE = NetLibDefaultUnload\r
8ef3af39
DG
27 MODULE_UNI_FILE = Mtftp6Dxe.uni\r
28\r
a3bcde70
HT
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34# DRIVER_BINDING = gMtftp6DriverBinding\r
35# COMPONENT_NAME = gMtftp6ComponentName\r
36# COMPONENT_NAME2 = gMtftp6ComponentName2\r
37#\r
38\r
39[Sources]\r
40 Mtftp6Driver.c\r
41 Mtftp6Driver.h\r
42 Mtftp6Impl.c\r
43 Mtftp6Impl.h\r
44 Mtftp6Option.c\r
45 Mtftp6Option.h\r
46 Mtftp6Support.h\r
47 Mtftp6Support.c\r
48 Mtftp6Rrq.c\r
49 Mtftp6Wrq.c\r
50 ComponentName.c\r
51\r
52\r
53[Packages]\r
54 MdePkg/MdePkg.dec\r
55 MdeModulePkg/MdeModulePkg.dec\r
56\r
57\r
58[LibraryClasses]\r
59 UefiLib\r
60 BaseLib\r
61 UefiBootServicesTableLib\r
62 UefiRuntimeServicesTableLib\r
63 UefiDriverEntryPoint\r
64 DebugLib\r
65 NetLib\r
66 UdpIoLib\r
67\r
68\r
69[Protocols]\r
8ef3af39
DG
70 gEfiUdp6ServiceBindingProtocolGuid ## TO_START\r
71 gEfiUdp6ProtocolGuid ## TO_START\r
72 gEfiMtftp6ServiceBindingProtocolGuid ## BY_START\r
73 gEfiMtftp6ProtocolGuid ## BY_START\r
a3bcde70 74\r
8ef3af39
DG
75[UserExtensions.TianoCore."ExtraFiles"]\r
76 Mtftp6DxeExtra.uni\r