HttpDynamicCommand.inf 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. ## @file
  2. # Provides Shell 'http' dynamic command.
  3. #
  4. # Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved. <BR>
  5. # Copyright (c) 2015, ARM Ltd. All rights reserved.<BR>
  6. # Copyright (c) 2020, Broadcom. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. #
  11. ##
  12. [Defines]
  13. INF_VERSION = 0x00010006
  14. BASE_NAME = httpDynamicCommand
  15. FILE_GUID = 19618BCE-55AE-09C6-37E9-4CE04084C7A1
  16. MODULE_TYPE = DXE_DRIVER
  17. VERSION_STRING = 1.0
  18. ENTRY_POINT = HttpCommandInitialize
  19. UNLOAD_IMAGE = HttpUnload
  20. #
  21. # This flag specifies whether HII resource section is generated into PE image.
  22. #
  23. UEFI_HII_RESOURCE_SECTION = TRUE
  24. [Sources.common]
  25. Http.c
  26. HttpDynamicCommand.c
  27. Http.h
  28. Http.uni
  29. [Packages]
  30. MdePkg/MdePkg.dec
  31. MdeModulePkg/MdeModulePkg.dec
  32. NetworkPkg/NetworkPkg.dec
  33. ShellPkg/ShellPkg.dec
  34. [LibraryClasses]
  35. BaseLib
  36. BaseMemoryLib
  37. DebugLib
  38. FileHandleLib
  39. HiiLib
  40. HttpLib
  41. MemoryAllocationLib
  42. NetLib
  43. ShellLib
  44. UefiBootServicesTableLib
  45. UefiDriverEntryPoint
  46. UefiHiiServicesLib
  47. UefiLib
  48. UefiRuntimeServicesTableLib
  49. [Protocols]
  50. gEfiHiiPackageListProtocolGuid ## CONSUMES
  51. gEfiHttpProtocolGuid ## CONSUMES
  52. gEfiHttpServiceBindingProtocolGuid ## CONSUMES
  53. gEfiManagedNetworkServiceBindingProtocolGuid ## CONSUMES
  54. gEfiShellDynamicCommandProtocolGuid ## PRODUCES
  55. [DEPEX]
  56. TRUE