PeiHdaVerbTableLib.inf 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. ## @file
  2. # PEI Intel HD Audio Verb Table library.
  3. #
  4. #
  5. # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. #
  10. ##
  11. ################################################################################
  12. #
  13. # Defines Section - statements that will be processed to create a Makefile.
  14. #
  15. ################################################################################
  16. [Defines]
  17. INF_VERSION = 0x00010005
  18. BASE_NAME = PeiHdaVerbTableLib
  19. FILE_GUID = 821486A2-CF3B-4D24-BC45-AFE40D9737EB
  20. MODULE_TYPE = BASE
  21. VERSION_STRING = 1.0
  22. LIBRARY_CLASS = HdaVerbTableLib
  23. #
  24. # The following information is for reference only and not required by the build tools.
  25. #
  26. # VALID_ARCHITECTURES = IA32 X64
  27. #
  28. ################################################################################
  29. #
  30. # Sources Section - list of files that are required for the build to succeed.
  31. #
  32. ################################################################################
  33. [Sources]
  34. PeiHdaVerbTableLib.c
  35. PchHdaVerbTables.c
  36. ################################################################################
  37. #
  38. # Package Dependency Section - list of Package files that are required for
  39. # this module.
  40. #
  41. ################################################################################
  42. [Packages]
  43. MdePkg/MdePkg.dec
  44. MdeModulePkg/MdeModulePkg.dec
  45. CoffeelakeSiliconPkg/SiPkg.dec
  46. WhiskeylakeOpenBoardPkg/OpenBoardPkg.dec
  47. [LibraryClasses]
  48. BaseLib
  49. BaseMemoryLib
  50. DebugLib
  51. MemoryAllocationLib
  52. PcdLib
  53. [Pcd]
  54. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdHdaVerbTable ## CONSUMES
  55. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdHdaVerbTable2 ## CONSUMES
  56. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdExtHdaVerbTable ## CONSUMES
  57. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdCommonHdaVerbTable1 ## CONSUMES
  58. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdCommonHdaVerbTable2 ## CONSUMES
  59. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdCommonHdaVerbTable3 ## CONSUMES
  60. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdDisplayAudioHdaVerbTable ## CONSUMES