]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
remove member context from _EFI_MTFTP4_TOKEN structure.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Mtftp4Dxe / Mtftp4Dxe.inf
CommitLineData
772db4bb 1#/** @file\r
2# Component name for module Mtftp4\r
3#\r
df874ff1 4# Copyright (c) 2007, Intel Corporation\r
772db4bb 5#\r
6# All rights reserved. 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\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = Mtftp4Dxe\r
20 FILE_GUID = DC3641B8-2FA8-4ed3-BC1F-F9962A03454B\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
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
33\r
34[Sources.common]\r
35 Mtftp4Option.c\r
36 Mtftp4Rrq.c\r
37 Mtftp4Impl.h\r
38 ComponentName.c\r
39 Mtftp4Support.c\r
40 Mtftp4Impl.c\r
41 Mtftp4Option.h\r
42 Mtftp4Support.h\r
43 Mtftp4Driver.h\r
44 Mtftp4Driver.c\r
45 Mtftp4Wrq.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 BaseLib\r
55 UefiLib\r
56 UefiBootServicesTableLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
59 NetLib\r
60 UdpIoLib\r
61\r
62\r
63[Protocols]\r
64 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
65 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
66 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
67 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
68\r