Mtftp6Dxe.inf 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ## @file
  2. # Client-side Mtftp6 service.
  3. #
  4. # This module produces EFI MTFTPv6 Protocol which provides basic services for
  5. # client-side unicast and/or multicast TFTP.
  6. #
  7. # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
  8. #
  9. # SPDX-License-Identifier: BSD-2-Clause-Patent
  10. #
  11. ##
  12. [Defines]
  13. INF_VERSION = 0x00010005
  14. BASE_NAME = Mtftp6Dxe
  15. FILE_GUID = 99F03B99-98D8-49dd-A8D3-3219D0FFE41E
  16. MODULE_TYPE = UEFI_DRIVER
  17. VERSION_STRING = 1.0
  18. ENTRY_POINT = Mtftp6DriverEntryPoint
  19. UNLOAD_IMAGE = NetLibDefaultUnload
  20. MODULE_UNI_FILE = Mtftp6Dxe.uni
  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 = gMtftp6DriverBinding
  27. # COMPONENT_NAME = gMtftp6ComponentName
  28. # COMPONENT_NAME2 = gMtftp6ComponentName2
  29. #
  30. [Sources]
  31. Mtftp6Driver.c
  32. Mtftp6Driver.h
  33. Mtftp6Impl.c
  34. Mtftp6Impl.h
  35. Mtftp6Option.c
  36. Mtftp6Option.h
  37. Mtftp6Support.h
  38. Mtftp6Support.c
  39. Mtftp6Rrq.c
  40. Mtftp6Wrq.c
  41. ComponentName.c
  42. [Packages]
  43. MdePkg/MdePkg.dec
  44. NetworkPkg/NetworkPkg.dec
  45. [LibraryClasses]
  46. UefiLib
  47. BaseLib
  48. UefiBootServicesTableLib
  49. UefiRuntimeServicesTableLib
  50. UefiDriverEntryPoint
  51. DebugLib
  52. NetLib
  53. UdpIoLib
  54. [Protocols]
  55. gEfiUdp6ServiceBindingProtocolGuid ## TO_START
  56. gEfiUdp6ProtocolGuid ## TO_START
  57. gEfiMtftp6ServiceBindingProtocolGuid ## BY_START
  58. gEfiMtftp6ProtocolGuid ## BY_START
  59. [UserExtensions.TianoCore."ExtraFiles"]
  60. Mtftp6DxeExtra.uni