PeiHdaVerbTableLib.inf 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ## @file
  2. # PEI Intel HD Audio Verb Table library.
  3. #
  4. #
  5. # Copyright (c) 2019 - 2020 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. IntelSiliconPkg/IntelSiliconPkg.dec
  48. [LibraryClasses]
  49. BaseLib
  50. BaseMemoryLib
  51. DebugLib
  52. MemoryAllocationLib
  53. PcdLib
  54. [Pcd]
  55. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdHdaVerbTable ## CONSUMES
  56. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdHdaVerbTable2 ## CONSUMES
  57. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdExtHdaVerbTable ## CONSUMES
  58. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdCommonHdaVerbTable1 ## CONSUMES
  59. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdCommonHdaVerbTable2 ## CONSUMES
  60. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdCommonHdaVerbTable3 ## CONSUMES
  61. gWhiskeylakeOpenBoardPkgTokenSpaceGuid.PcdDisplayAudioHdaVerbTable ## CONSUMES