BasePlatformHookLib.inf 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ### @file
  2. # Platform Hook Library instance for System 76 GalagoPro3 board.
  3. #
  4. # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ###
  9. [Defines]
  10. INF_VERSION = 0x00010017
  11. BASE_NAME = BasePlatformHookLib
  12. FILE_GUID = E22ADCC6-ED90-4A90-9837-C8E7FF9E963D
  13. VERSION_STRING = 1.0
  14. MODULE_TYPE = BASE
  15. LIBRARY_CLASS = PlatformHookLib
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32 X64 IPF EBC
  20. #
  21. [LibraryClasses]
  22. BaseLib
  23. IoLib
  24. MmPciLib
  25. PciLib
  26. PchCycleDecodingLib
  27. [Packages]
  28. MdePkg/MdePkg.dec
  29. MdeModulePkg/MdeModulePkg.dec
  30. MinPlatformPkg/MinPlatformPkg.dec
  31. IntelSiliconPkg/IntelSiliconPkg.dec
  32. KabylakeOpenBoardPkg/OpenBoardPkg.dec
  33. KabylakeSiliconPkg/SiPkg.dec
  34. [Pcd]
  35. gIntelSiliconPkgTokenSpaceGuid.PcdAcpiBaseAddress ## CONSUMES
  36. gKabylakeOpenBoardPkgTokenSpaceGuid.PcdLpcSioIndexPort ## CONSUMES
  37. gKabylakeOpenBoardPkgTokenSpaceGuid.PcdLpcSioDataPort ## CONSUMES
  38. gKabylakeOpenBoardPkgTokenSpaceGuid.PcdLpcSioIndexDefaultPort ## CONSUMES
  39. gKabylakeOpenBoardPkgTokenSpaceGuid.PcdLpcSioDataDefaultPort ## CONSUMES
  40. [FixedPcd]
  41. gKabylakeOpenBoardPkgTokenSpaceGuid.PcdLpcSioConfigDefaultPort ## CONSUMES
  42. gKabylakeOpenBoardPkgTokenSpaceGuid.PcdSioBaseAddress ## CONSUMES
  43. gKabylakeOpenBoardPkgTokenSpaceGuid.PcdLpcIoDecodeRange ## CONSUMES
  44. gKabylakeOpenBoardPkgTokenSpaceGuid.PchLpcIoEnableDecoding ## CONSUMES
  45. [Sources]
  46. BasePlatformHookLib.c