FspWrapperNotifyDxe.inf 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. ## @file
  2. # FSP DXE Module
  3. #
  4. # This driver will register two callbacks to call fsp's notifies.
  5. #
  6. # Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = FspWrapperNotifyDxe
  14. FILE_GUID = AD61999A-507E-47E6-BA28-79CC609FA1A4
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = FspWrapperNotifyDxeEntryPoint
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = IA32 X64
  22. #
  23. [Sources]
  24. FspWrapperNotifyDxe.c
  25. LoadBelow4G.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. IntelFsp2Pkg/IntelFsp2Pkg.dec
  29. IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
  30. [LibraryClasses]
  31. UefiDriverEntryPoint
  32. UefiBootServicesTableLib
  33. DebugLib
  34. BaseMemoryLib
  35. UefiLib
  36. FspWrapperApiLib
  37. PeCoffLib
  38. CacheMaintenanceLib
  39. DxeServicesLib
  40. PerformanceLib
  41. HobLib
  42. FspWrapperPlatformLib
  43. [Protocols]
  44. gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES
  45. gAddPerfRecordProtocolGuid ## SOMETIMES_CONSUMES
  46. [Guids]
  47. gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## GUID
  48. gEfiEventExitBootServicesGuid ## CONSUMES ## Event
  49. gFspHobGuid ## CONSUMES ## HOB
  50. [Pcd]
  51. gIntelFsp2WrapperTokenSpaceGuid.PcdSkipFspApi ## CONSUMES
  52. [Depex]
  53. TRUE