PrePiHobListPointerLib.inf 621 B

1234567891011121314151617181920212223242526
  1. #/** @file
  2. #
  3. # Copyright (c) 2011, ARM Limited. All rights reserved.
  4. #
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. #**/
  8. [Defines]
  9. INF_VERSION = 0x00010005
  10. BASE_NAME = PrePiHobListPointerLib
  11. FILE_GUID = d751d880-5ee2-11e0-b93e-0002a5d5c51b
  12. MODULE_TYPE = BASE
  13. VERSION_STRING = 1.0
  14. LIBRARY_CLASS = PrePiHobListPointerLib
  15. [Sources]
  16. PrePiHobListPointer.c
  17. [Packages]
  18. MdePkg/MdePkg.dec
  19. ArmPkg/ArmPkg.dec
  20. EmbeddedPkg/EmbeddedPkg.dec
  21. [LibraryClasses]
  22. ArmLib