]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Udp4Dxe / Udp4Dxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# This module produces EFI UDP Protocol and EFI UDPv4 Service Binding Protocol.\r
8a67d61d 3#\r
6036e94d
SZ
4# This module produces EFI UDP(User Datagram Protocol) Protocol upon EFI IPv4\r
5# Protocol, to provide basic UDPv4 I/O services.\r
8a67d61d 6#\r
d1102dba 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
e5eed7d3 8# This program and the accompanying materials\r
8a67d61d 9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
6bfbb5f0 17##\r
8a67d61d 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
73c7e133 21 BASE_NAME = Udp4Dxe\r
6036e94d 22 MODULE_UNI_FILE = Udp4Dxe.uni\r
8a67d61d 23 FILE_GUID = 6d6963ab-906d-4a65-a7ca-bd40e5d6af2b\r
d3f16117 24 MODULE_TYPE = UEFI_DRIVER\r
8a67d61d 25 VERSION_STRING = 1.0\r
8a67d61d 26 ENTRY_POINT = Udp4DriverEntryPoint\r
da1d0201 27 UNLOAD_IMAGE = NetLibDefaultUnload\r
8a67d61d 28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
de005223 31# VALID_ARCHITECTURES = IA32 X64 EBC\r
8a67d61d 32#\r
d1102dba 33# DRIVER_BINDING = gUdp4DriverBinding\r
d354ab7f 34# COMPONENT_NAME = gUdp4ComponentName\r
35# COMPONENT_NAME2 = gUdp4ComponentName2\r
36#\r
8a67d61d 37\r
6bfbb5f0 38[Sources]\r
8a67d61d 39 Udp4Impl.h\r
40 Udp4Main.c\r
41 ComponentName.c\r
42 Udp4Impl.c\r
43 Udp4Driver.h\r
44 Udp4Driver.c\r
8a67d61d 45\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 MdeModulePkg/MdeModulePkg.dec\r
50\r
51\r
52[LibraryClasses]\r
53 UefiLib\r
54 BaseLib\r
55 UefiBootServicesTableLib\r
56 UefiDriverEntryPoint\r
57 UefiRuntimeServicesTableLib\r
58 DebugLib\r
59 IpIoLib\r
60 NetLib\r
d8d26fb2 61 DpcLib\r
8a67d61d 62\r
63[Protocols]\r
6036e94d
SZ
64 gEfiUdp4ServiceBindingProtocolGuid ## BY_START\r
65 gEfiIp4ServiceBindingProtocolGuid ## TO_START\r
66 gEfiUdp4ProtocolGuid ## BY_START\r
67 gEfiIp4ProtocolGuid ## TO_START\r
68\r
69[UserExtensions.TianoCore."ExtraFiles"]\r
70 Udp4DxeExtra.uni\r