Udp4Dxe.inf 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ## @file
  2. # This module produces EFI UDP Protocol and EFI UDPv4 Service Binding Protocol.
  3. #
  4. # This module produces EFI UDP(User Datagram Protocol) Protocol upon EFI IPv4
  5. # Protocol, to provide basic UDPv4 I/O services.
  6. #
  7. # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. #
  11. ##
  12. [Defines]
  13. INF_VERSION = 0x00010005
  14. BASE_NAME = Udp4Dxe
  15. MODULE_UNI_FILE = Udp4Dxe.uni
  16. FILE_GUID = 6d6963ab-906d-4a65-a7ca-bd40e5d6af2b
  17. MODULE_TYPE = UEFI_DRIVER
  18. VERSION_STRING = 1.0
  19. ENTRY_POINT = Udp4DriverEntryPoint
  20. UNLOAD_IMAGE = NetLibDefaultUnload
  21. #
  22. # The following information is for reference only and not required by the build tools.
  23. #
  24. # VALID_ARCHITECTURES = IA32 X64 EBC
  25. #
  26. # DRIVER_BINDING = gUdp4DriverBinding
  27. # COMPONENT_NAME = gUdp4ComponentName
  28. # COMPONENT_NAME2 = gUdp4ComponentName2
  29. #
  30. [Sources]
  31. Udp4Impl.h
  32. Udp4Main.c
  33. ComponentName.c
  34. Udp4Impl.c
  35. Udp4Driver.h
  36. Udp4Driver.c
  37. [Packages]
  38. MdePkg/MdePkg.dec
  39. NetworkPkg/NetworkPkg.dec
  40. [LibraryClasses]
  41. UefiLib
  42. BaseLib
  43. UefiBootServicesTableLib
  44. UefiDriverEntryPoint
  45. UefiRuntimeServicesTableLib
  46. DebugLib
  47. IpIoLib
  48. NetLib
  49. DpcLib
  50. [Protocols]
  51. gEfiUdp4ServiceBindingProtocolGuid ## BY_START
  52. gEfiIp4ServiceBindingProtocolGuid ## TO_START
  53. gEfiUdp4ProtocolGuid ## BY_START
  54. gEfiIp4ProtocolGuid ## TO_START
  55. [UserExtensions.TianoCore."ExtraFiles"]
  56. Udp4DxeExtra.uni