FspHobProcessLibVlv2.inf 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. ## @file
  2. #
  3. # Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
  4. #
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. ################################################################################
  9. #
  10. # Defines Section - statements that will be processed to create a Makefile.
  11. #
  12. ################################################################################
  13. [Defines]
  14. INF_VERSION = 0x00010005
  15. BASE_NAME = PeiFspHobProcessLibVlv2
  16. FILE_GUID = C7B7070B-E5A8-4b86-9110-BDCA1095F496
  17. MODULE_TYPE = SEC
  18. VERSION_STRING = 1.0
  19. LIBRARY_CLASS = FspHobProcessLib
  20. #
  21. # The following information is for reference only and not required by the build tools.
  22. #
  23. # VALID_ARCHITECTURES = IA32 X64
  24. #
  25. ################################################################################
  26. #
  27. # Sources Section - list of files that are required for the build to succeed.
  28. #
  29. ################################################################################
  30. [Sources]
  31. FspHobProcessLibVlv2.c
  32. ################################################################################
  33. #
  34. # Package Dependency Section - list of Package files that are required for
  35. # this module.
  36. #
  37. ################################################################################
  38. [Packages]
  39. MdePkg/MdePkg.dec
  40. MdeModulePkg/MdeModulePkg.dec
  41. IntelFrameworkPkg/IntelFrameworkPkg.dec
  42. IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
  43. IntelFspPkg/IntelFspPkg.dec
  44. IntelFspWrapperPkg/IntelFspWrapperPkg.dec
  45. Vlv2TbltDevicePkg/PlatformPkg.dec
  46. [LibraryClasses]
  47. BaseLib
  48. BaseMemoryLib
  49. HobLib
  50. DebugLib
  51. FspPlatformInfoLib
  52. PeiServicesLib
  53. PeiServicesTablePointerLib
  54. PlatformFspLib
  55. [Pcd]
  56. gFspWrapperTokenSpaceGuid.PcdPeiMinMemSize
  57. gFspWrapperTokenSpaceGuid.PcdPeiRecoveryMinMemSize
  58. [Guids]
  59. gFspReservedMemoryResourceHobGuid
  60. gEfiMemoryTypeInformationGuid
  61. gEfiSmmPeiSmramMemoryReserveGuid
  62. [Ppis]
  63. gPeiCapsulePpiGuid