]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
EDK II Packages: Add Contributions.txt and License.txt files
[mirror_edk2.git] / NetworkPkg / Mtftp6Dxe / Mtftp6Dxe.inf
CommitLineData
a3bcde70
HT
1## @file\r
2# Component description file for Mtftp6 module.\r
3#\r
4# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
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
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = Mtftp6Dxe\r
19 FILE_GUID = 99F03B99-98D8-49dd-A8D3-3219D0FFE41E\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = Mtftp6DriverEntryPoint\r
23 UNLOAD_IMAGE = NetLibDefaultUnload\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29# DRIVER_BINDING = gMtftp6DriverBinding\r
30# COMPONENT_NAME = gMtftp6ComponentName\r
31# COMPONENT_NAME2 = gMtftp6ComponentName2\r
32#\r
33\r
34[Sources]\r
35 Mtftp6Driver.c\r
36 Mtftp6Driver.h\r
37 Mtftp6Impl.c\r
38 Mtftp6Impl.h\r
39 Mtftp6Option.c\r
40 Mtftp6Option.h\r
41 Mtftp6Support.h\r
42 Mtftp6Support.c\r
43 Mtftp6Rrq.c\r
44 Mtftp6Wrq.c\r
45 ComponentName.c\r
46\r
47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51\r
52\r
53[LibraryClasses]\r
54 UefiLib\r
55 BaseLib\r
56 UefiBootServicesTableLib\r
57 UefiRuntimeServicesTableLib\r
58 UefiDriverEntryPoint\r
59 DebugLib\r
60 NetLib\r
61 UdpIoLib\r
62\r
63\r
64[Protocols]\r
65 gEfiUdp6ServiceBindingProtocolGuid\r
66 gEfiUdp6ProtocolGuid\r
67 gEfiMtftp6ServiceBindingProtocolGuid\r
68 gEfiMtftp6ProtocolGuid\r
69\r