Mtftp4Dxe.inf 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ## @file
  2. # This module produces EFI MTFTPv4 Protocol and EFI MTFTPv4 Service Binding Protocol.
  3. #
  4. # This module produces EFI MTFTPv4 Protocol upon EFI UDPv4 Protocol, to provide
  5. # basic services for client-side unicast and/or multicase TFTP operations.
  6. #
  7. # Copyright (c) 2007 - 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 = Mtftp4Dxe
  15. MODULE_UNI_FILE = Mtftp4Dxe.uni
  16. FILE_GUID = DC3641B8-2FA8-4ed3-BC1F-F9962A03454B
  17. MODULE_TYPE = UEFI_DRIVER
  18. VERSION_STRING = 1.0
  19. ENTRY_POINT = Mtftp4DriverEntryPoint
  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 = gMtftp4DriverBinding
  27. # COMPONENT_NAME = gMtftp4ComponentName
  28. # COMPONENT_NAME2 = gMtftp4ComponentName2
  29. #
  30. [Sources]
  31. Mtftp4Option.c
  32. Mtftp4Rrq.c
  33. Mtftp4Impl.h
  34. ComponentName.c
  35. Mtftp4Support.c
  36. Mtftp4Impl.c
  37. Mtftp4Option.h
  38. Mtftp4Support.h
  39. Mtftp4Driver.h
  40. Mtftp4Driver.c
  41. Mtftp4Wrq.c
  42. [Packages]
  43. MdePkg/MdePkg.dec
  44. NetworkPkg/NetworkPkg.dec
  45. [LibraryClasses]
  46. UefiLib
  47. UefiBootServicesTableLib
  48. UefiDriverEntryPoint
  49. DebugLib
  50. NetLib
  51. UdpIoLib
  52. MemoryAllocationLib
  53. BaseMemoryLib
  54. [Protocols]
  55. gEfiMtftp4ServiceBindingProtocolGuid ## BY_START
  56. gEfiUdp4ServiceBindingProtocolGuid ## TO_START
  57. gEfiMtftp4ProtocolGuid ## BY_START
  58. gEfiUdp4ProtocolGuid ## TO_START
  59. [UserExtensions.TianoCore."ExtraFiles"]
  60. Mtftp4DxeExtra.uni