]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
c39ac1350b7cfa55b34270d0234b4e010885cee7
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Udp4Dxe / Udp4Dxe.inf
1 #/** @file
2 # Component name for module Udp4
3 #
4 # FIX ME!
5 # Copyright (c) 2006, Intel Corporation.
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = Udp4Dxe
21 FILE_GUID = 6d6963ab-906d-4a65-a7ca-bd40e5d6af2b
22 MODULE_TYPE = UEFI_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = Udp4DriverEntryPoint
25 UNLOAD_IMAGE = NetLibDefaultUnload
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31 # DRIVER_BINDING = gUdp4DriverBinding
32 # COMPONENT_NAME = gUdp4ComponentName
33 # COMPONENT_NAME2 = gUdp4ComponentName2
34 #
35
36 [Sources.common]
37 Udp4Impl.h
38 Udp4Main.c
39 ComponentName.c
40 Udp4Impl.c
41 Udp4Driver.h
42 Udp4Driver.c
43
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 MdeModulePkg/MdeModulePkg.dec
48
49
50 [LibraryClasses]
51 UefiLib
52 BaseLib
53 UefiBootServicesTableLib
54 UefiDriverEntryPoint
55 UefiRuntimeServicesTableLib
56 DebugLib
57 IpIoLib
58 NetLib
59
60
61 [Protocols]
62 gEfiIp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
63 gEfiUdp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
64 gEfiIp4ServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
65 gEfiUdp4ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
66