]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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
d3f16117 21 MODULE_TYPE = UEFI_DRIVER\r
772db4bb 22 VERSION_STRING = 1.0\r
772db4bb 23 ENTRY_POINT = Mtftp4DriverEntryPoint\r
da1d0201 24 UNLOAD_IMAGE = NetLibDefaultUnload\r
772db4bb 25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources.common]\r
32 Mtftp4Option.c\r
33 Mtftp4Rrq.c\r
34 Mtftp4Impl.h\r
35 ComponentName.c\r
36 Mtftp4Support.c\r
37 Mtftp4Impl.c\r
38 Mtftp4Option.h\r
39 Mtftp4Support.h\r
40 Mtftp4Driver.h\r
41 Mtftp4Driver.c\r
42 Mtftp4Wrq.c\r
43\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48\r
49\r
50[LibraryClasses]\r
51 BaseLib\r
52 UefiLib\r
53 UefiBootServicesTableLib\r
54 UefiDriverEntryPoint\r
55 DebugLib\r
56 NetLib\r
57 UdpIoLib\r
58\r
59\r
60[Protocols]\r
61 gEfiMtftp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
62 gEfiMtftp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
64 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
65\r