PciHotPlug.inf 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ### @file
  2. # Performs specific PCI-EXPRESS device resource configuration.
  3. #
  4. # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ###
  9. [Defines]
  10. INF_VERSION = 0x00010017
  11. BASE_NAME = PciHotPlug
  12. FILE_GUID = 3022E512-B94A-4F12-806D-7EF1177899D8
  13. VERSION_STRING = 1.0
  14. MODULE_TYPE = DXE_DRIVER
  15. ENTRY_POINT = PciHotPlug
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32 X64 EBC
  20. #
  21. [LibraryClasses]
  22. UefiDriverEntryPoint
  23. UefiBootServicesTableLib
  24. UefiRuntimeServicesTableLib
  25. BaseMemoryLib
  26. MemoryAllocationLib
  27. DevicePathLib
  28. DebugLib
  29. UefiLib
  30. HobLib
  31. PchPcieRpLib
  32. ConfigBlockLib
  33. TbtCommonLib
  34. [Packages]
  35. MdePkg/MdePkg.dec
  36. MinPlatformPkg/MinPlatformPkg.dec
  37. ClevoOpenBoardPkg/OpenBoardPkg.dec
  38. KabylakeSiliconPkg/SiPkg.dec
  39. [Sources]
  40. PciHotPlug.c
  41. PciHotPlug.h
  42. [Protocols]
  43. gEfiPciHotPlugInitProtocolGuid ## PRODUCES
  44. gSaPolicyProtocolGuid ## CONSUMES
  45. [Guids]
  46. gEfiHobListGuid ## CONSUMES
  47. gPcieRpConfigGuid ## CONSUMES
  48. [Pcd]
  49. gBoardModuleTokenSpaceGuid.PcdPchPcieRootPortHpe
  50. [Depex]
  51. gDxeTbtPolicyProtocolGuid