SmmMultiBoardAcpiSupportLib.inf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ### @file
  2. # Platform Hook Library instance for SandyBridge Mobile/Desktop CRB.
  3. #
  4. # Copyright (c) 2017, 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 = SmmKabylakeRvp3MultiBoardAcpiSupportLib
  12. FILE_GUID = 8929A54E-7ED8-4AB3-BEBB-C0367BDBBFF5
  13. VERSION_STRING = 1.0
  14. MODULE_TYPE = BASE
  15. LIBRARY_CLASS = NULL
  16. CONSTRUCTOR = SmmKabylakeRvp3MultiBoardAcpiSupportLibConstructor
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = IA32 X64 IPF EBC
  21. #
  22. [LibraryClasses]
  23. BaseLib
  24. IoLib
  25. PciLib
  26. MmPciLib
  27. PchCycleDecodingLib
  28. [Packages]
  29. MdePkg/MdePkg.dec
  30. MdeModulePkg/MdeModulePkg.dec
  31. MinPlatformPkg/MinPlatformPkg.dec
  32. KabylakeOpenBoardPkg/OpenBoardPkg.dec
  33. KabylakeSiliconPkg/SiPkg.dec
  34. [Pcd]
  35. gBoardModuleTokenSpaceGuid.PcdSmcExtSmiBitPosition ## CONSUMES
  36. [Protocols]
  37. [Sources]
  38. SmmKabylakeRvp3AcpiEnableLib.c
  39. SmmSiliconAcpiEnableLib.c
  40. SmmMultiBoardAcpiSupportLib.c