PeiPreMemSiliconPolicyInitLib.inf 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ### @file
  2. # Library functions for Policy Initialization Library.
  3. #
  4. # Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. ################################################################################
  10. #
  11. # Defines Section - statements that will be processed to create a Makefile.
  12. #
  13. ################################################################################
  14. [Defines]
  15. INF_VERSION = 0x00010005
  16. BASE_NAME = PeiPreMemSiliconPolicyInitLib
  17. FILE_GUID = 80920B16-7778-4793-878E-4555F68BDC69
  18. MODULE_TYPE = BASE
  19. VERSION_STRING = 1.0
  20. LIBRARY_CLASS = SiliconPolicyInitLib
  21. #
  22. # The following information is for reference only and not required by the build tools.
  23. #
  24. # VALID_ARCHITECTURES = IA32
  25. #
  26. ################################################################################
  27. #
  28. # Sources Section - list of files that are required for the build to succeed.
  29. #
  30. ################################################################################
  31. [Sources]
  32. PeiPolicyInitPreMem.c
  33. PeiPolicyInit.h
  34. ################################################################################
  35. #
  36. # Package Dependency Section - list of Package files that are required for
  37. # this module.
  38. #
  39. ################################################################################
  40. [Packages]
  41. MdePkg/MdePkg.dec
  42. MdeModulePkg/MdeModulePkg.dec
  43. KabylakeSiliconPkg/SiPkg.dec
  44. [LibraryClasses]
  45. SiPolicyLib
  46. DebugLib
  47. PeiServicesLib
  48. [Ppis]
  49. gSiPreMemDefaultPolicyInitPpiGuid ## CONSUMES
  50. [Depex]
  51. gSiPreMemDefaultPolicyInitPpiGuid