SataControllerDxe.inf 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ## @file
  2. #
  3. # Component description file for the Sata Controller driver.
  4. #
  5. # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = SataController
  12. FILE_GUID = 021722D8-522B-4079-852A-FE44C2C13F49
  13. MODULE_TYPE = UEFI_DRIVER
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = InitializeSataControllerDriver
  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. [Sources]
  22. ComponentName.c
  23. SataController.c
  24. SataController.h
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. [LibraryClasses]
  28. UefiDriverEntryPoint
  29. DebugLib
  30. UefiLib
  31. BaseLib
  32. BaseMemoryLib
  33. MemoryAllocationLib
  34. UefiBootServicesTableLib
  35. [Protocols]
  36. gEfiPciIoProtocolGuid
  37. gEfiIdeControllerInitProtocolGuid