RestJsonStructureDxe.inf 946 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ## @file
  2. # Implementation of EFI REST JSON Structure Protocol.
  3. #
  4. # (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. ##
  7. [Defines]
  8. INF_VERSION = 0x00010005
  9. BASE_NAME = RestJsonStructureDxe
  10. FILE_GUID = 83FAAFBF-FC4B-469F-892A-798E66A6F50A
  11. MODULE_TYPE = DXE_DRIVER
  12. VERSION_STRING = 1.0
  13. ENTRY_POINT = RestJsonStructureEntryPoint
  14. UNLOAD_IMAGE = RestJsonStructureUnload
  15. [Packages]
  16. MdePkg/MdePkg.dec
  17. MdeModulePkg/MdeModulePkg.dec
  18. RedfishPkg/RedfishPkg.dec
  19. [Sources]
  20. RestJsonStructureDxe.c
  21. RestJsonStructureInternal.h
  22. [LibraryClasses]
  23. BaseLib
  24. BaseMemoryLib
  25. MemoryAllocationLib
  26. UefiBootServicesTableLib
  27. UefiDriverEntryPoint
  28. UefiLib
  29. [Protocols]
  30. gEfiRestJsonStructureProtocolGuid ## Producing
  31. [Depex]
  32. TRUE