BaseFuncLib.inf 735 B

123456789101112131415161718192021222324252627282930313233
  1. ## @file
  2. # Component information file for Board Functions Library.
  3. #
  4. #
  5. # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = BaseBoardFuncInitLib
  14. FILE_GUID = 7ad17b6c-b9b6-4d88-85c4-7366a2bd12a3
  15. MODULE_TYPE = PEIM
  16. VERSION_STRING = 1.0
  17. LIBRARY_CLASS = NULL|PEIM
  18. [LibraryClasses]
  19. BaseLib
  20. DebugLib
  21. [Packages]
  22. CometlakeOpenBoardPkg/OpenBoardPkg.dec
  23. MdePkg/MdePkg.dec
  24. MdeModulePkg/MdeModulePkg.dec
  25. CoffeelakeSiliconPkg/SiPkg.dec
  26. [Sources]
  27. Gop.c