PeiPlatformHooklib.inf 807 B

1234567891011121314151617181920212223242526272829303132333435
  1. ## @file
  2. #
  3. # @copyright
  4. # Copyright 1999 - 2021 Intel Corporation. <BR>
  5. # Copyright (c) 2021, American Megatrends International LLC. <BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = PeiPlatformHookLib
  12. FILE_GUID = 6E9351C3-A17A-4ADF-8602-55B07962718F
  13. MODULE_TYPE = PEIM
  14. VERSION_STRING = 1.0
  15. LIBRARY_CLASS = PeiPlatformHookLib|PEIM PEI_CORE SEC
  16. [Sources]
  17. PeiPlatformHooklib.c
  18. [Packages]
  19. MdePkg/MdePkg.dec
  20. WhitleyOpenBoardPkg/PlatformPkg.dec
  21. WhitleySiliconPkg/WhitleySiliconPkg.dec
  22. WhitleySiliconPkg/CpRcPkg.dec
  23. [LibraryClasses]
  24. DebugLib
  25. UbaGpioInitLib
  26. [Pcd]
  27. [Ppis]
  28. [Guids]