BaseEcLib.inf 674 B

123456789101112131415161718192021222324252627282930
  1. ## @file
  2. # Component information file for base EC library
  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 = BaseEcLib
  12. FILE_GUID = 7FE22E12-889E-48D5-9F91-B7CBE265C94C
  13. VERSION_STRING = 1.0
  14. MODULE_TYPE = BASE
  15. LIBRARY_CLASS = EcLib
  16. [LibraryClasses]
  17. BaseLib
  18. DebugLib
  19. IoLib
  20. TimerLib
  21. [Packages]
  22. MdePkg/MdePkg.dec
  23. KabylakeOpenBoardPkg/OpenBoardPkg.dec
  24. [Sources]
  25. BaseEcLib.c
  26. EcCommands.c