]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Udp4Dxe / Udp4Dxe.inf
... / ...
CommitLineData
1## @file\r
2# This module produces EFI UDP Protocol and EFI UDPv4 Service Binding Protocol.\r
3#\r
4# This module produces EFI UDP(User Datagram Protocol) Protocol upon EFI IPv4\r
5# Protocol, to provide basic UDPv4 I/O services.\r
6#\r
7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = Udp4Dxe\r
16 MODULE_UNI_FILE = Udp4Dxe.uni\r
17 FILE_GUID = 6d6963ab-906d-4a65-a7ca-bd40e5d6af2b\r
18 MODULE_TYPE = UEFI_DRIVER\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = Udp4DriverEntryPoint\r
21 UNLOAD_IMAGE = NetLibDefaultUnload\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 EBC\r
26#\r
27# DRIVER_BINDING = gUdp4DriverBinding\r
28# COMPONENT_NAME = gUdp4ComponentName\r
29# COMPONENT_NAME2 = gUdp4ComponentName2\r
30#\r
31\r
32[Sources]\r
33 Udp4Impl.h\r
34 Udp4Main.c\r
35 ComponentName.c\r
36 Udp4Impl.c\r
37 Udp4Driver.h\r
38 Udp4Driver.c\r
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
55 DpcLib\r
56\r
57[Protocols]\r
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