SataSiI3132Dxe.inf 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #/** @file
  2. # INF file for the Silicon Image I3132 SATA controller
  3. #
  4. # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. #**/
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = SataSiI3132
  12. FILE_GUID = 1df18da0-a18b-11df-8c3a-0002a5d5c51b
  13. MODULE_TYPE = DXE_DRIVER
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = InitializeSataSiI3132
  16. [Packages]
  17. MdePkg/MdePkg.dec
  18. EmbeddedPkg/EmbeddedPkg.dec
  19. [LibraryClasses]
  20. UefiLib
  21. UefiDriverEntryPoint
  22. MemoryAllocationLib
  23. [Sources]
  24. SataSiI3132.c
  25. ComponentName.c
  26. SiI3132AtaPassThru.c
  27. [Protocols]
  28. gEfiPciIoProtocolGuid # Consumed
  29. gEfiAtaPassThruProtocolGuid # Produced
  30. [Pcd]
  31. gEmbeddedTokenSpaceGuid.PcdSataSiI3132FeaturePMPSupport
  32. gEmbeddedTokenSpaceGuid.PcdSataSiI3132FeatureDirectCommandIssuing
  33. [Depex]
  34. TRUE