]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8a67d61d 9#\r
10#\r
6bfbb5f0 11##\r
8a67d61d 12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
73c7e133 15 BASE_NAME = Udp4Dxe\r
6036e94d 16 MODULE_UNI_FILE = Udp4Dxe.uni\r
8a67d61d 17 FILE_GUID = 6d6963ab-906d-4a65-a7ca-bd40e5d6af2b\r
d3f16117 18 MODULE_TYPE = UEFI_DRIVER\r
8a67d61d 19 VERSION_STRING = 1.0\r
8a67d61d 20 ENTRY_POINT = Udp4DriverEntryPoint\r
da1d0201 21 UNLOAD_IMAGE = NetLibDefaultUnload\r
8a67d61d 22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
de005223 25# VALID_ARCHITECTURES = IA32 X64 EBC\r
8a67d61d 26#\r
d1102dba 27# DRIVER_BINDING = gUdp4DriverBinding\r
d354ab7f 28# COMPONENT_NAME = gUdp4ComponentName\r
29# COMPONENT_NAME2 = gUdp4ComponentName2\r
30#\r
8a67d61d 31\r
6bfbb5f0 32[Sources]\r
8a67d61d 33 Udp4Impl.h\r
34 Udp4Main.c\r
35 ComponentName.c\r
36 Udp4Impl.c\r
37 Udp4Driver.h\r
38 Udp4Driver.c\r
8a67d61d 39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 UefiLib\r
48 BaseLib\r
49 UefiBootServicesTableLib\r
50 UefiDriverEntryPoint\r
51 UefiRuntimeServicesTableLib\r
52 DebugLib\r
53 IpIoLib\r
54 NetLib\r
d8d26fb2 55 DpcLib\r
8a67d61d 56\r
57[Protocols]\r
6036e94d
SZ
58 gEfiUdp4ServiceBindingProtocolGuid ## BY_START\r
59 gEfiIp4ServiceBindingProtocolGuid ## TO_START\r
60 gEfiUdp4ProtocolGuid ## BY_START\r
61 gEfiIp4ProtocolGuid ## TO_START\r
62\r
63[UserExtensions.TianoCore."ExtraFiles"]\r
64 Udp4DxeExtra.uni\r