PlatformHooksLib.inf 632 B

12345678910111213141516171819202122232425262728
  1. ## @file
  2. #
  3. # @copyright
  4. # Copyright 2014 - 2021 Intel Corporation. <BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x00010005
  10. BASE_NAME = PlatformHooksLib
  11. FILE_GUID = 44497B44-55D0-48b2-8BF8-DDC633C52BF6
  12. MODULE_TYPE = BASE
  13. VERSION_STRING = 1.0
  14. LIBRARY_CLASS = PlatformHooksLib
  15. [Sources]
  16. PlatformHooks.c
  17. [Packages]
  18. MdePkg/MdePkg.dec
  19. WhitleyOpenBoardPkg/PlatformPkg.dec
  20. [LibraryClasses]
  21. PciLib
  22. BaseLib
  23. PciSegmentLib
  24. BaseMemoryLib