ArmVirtDxeHobLib.inf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. ## @file
  2. # Instance of HOB Library using HOB list from EFI Configuration Table, with
  3. # DebugLib dependency removed
  4. #
  5. # HOB Library implementation that retrieves the HOB List
  6. # from the System Configuration Table in the EFI System Table.
  7. #
  8. # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
  9. # Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>
  10. #
  11. # SPDX-License-Identifier: BSD-2-Clause-Patent
  12. #
  13. #
  14. ##
  15. [Defines]
  16. INF_VERSION = 0x00010005
  17. BASE_NAME = ArmVirtDxeHobLib
  18. FILE_GUID = 3CD90EEC-EBF3-425D-AAE8-B16215AC4F50
  19. MODULE_TYPE = DXE_DRIVER
  20. VERSION_STRING = 1.0
  21. LIBRARY_CLASS = HobLib|DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
  22. CONSTRUCTOR = HobLibConstructor
  23. [Sources]
  24. HobLib.c
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. [LibraryClasses]
  28. BaseMemoryLib
  29. [Guids]
  30. gEfiHobListGuid ## CONSUMES ## SystemTable