PciHotPlug.inf 1.4 KB

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