BasePlatformHookLib.inf 908 B

123456789101112131415161718192021222324252627282930313233343536
  1. ## @file
  2. #
  3. # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
  4. # Copyright (c) 2021, American Megatrends International LLC.<BR>
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x00010017
  10. BASE_NAME = BasePlatformHookLib
  11. FILE_GUID = E22ADCC6-ED90-4A90-9837-C8E7FF9E963D
  12. VERSION_STRING = 1.0
  13. MODULE_TYPE = BASE
  14. LIBRARY_CLASS = PlatformHookLib
  15. #
  16. # The following information is for reference only and not required by the build tools.
  17. #
  18. # VALID_ARCHITECTURES = IA32 X64 IPF EBC
  19. #
  20. [LibraryClasses]
  21. BaseLib
  22. IoLib
  23. PciLib
  24. [Packages]
  25. MdePkg/MdePkg.dec
  26. MdeModulePkg/MdeModulePkg.dec
  27. PurleyOpenBoardPkg/OpenBoardPkg.dec
  28. PurleyRefreshSiliconPkg/SiPkg.dec
  29. [FixedPcd]
  30. [Sources]
  31. BasePlatformHookLib.c