CbParseLib.inf 916 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ## @file
  2. # Coreboot Table Parse Library.
  3. #
  4. # Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x00010005
  10. BASE_NAME = CbParseLib
  11. FILE_GUID = 49EDFC9E-5945-4386-9C0B-C9B60CD45BB1
  12. MODULE_TYPE = BASE
  13. VERSION_STRING = 1.0
  14. LIBRARY_CLASS = CbParseLib
  15. #
  16. # The following information is for reference only and not required by the build tools.
  17. #
  18. # VALID_ARCHITECTURES = IA32 X64
  19. #
  20. [Sources]
  21. CbParseLib.c
  22. [Packages]
  23. MdePkg/MdePkg.dec
  24. MdeModulePkg/MdeModulePkg.dec
  25. CorebootModulePkg/CorebootModulePkg.dec
  26. [LibraryClasses]
  27. BaseLib
  28. BaseMemoryLib
  29. IoLib
  30. DebugLib
  31. PcdLib
  32. [Pcd]
  33. gUefiCorebootModulePkgTokenSpaceGuid.PcdCbHeaderPointer