LegacySioDxe.inf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ## @file
  2. # Module information that produces the
  3. # EFI_SIO_PROTOCOL.
  4. #
  5. # Copyright (c) 2010 - 2019 Intel Corporation. All rights reserved. <BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010017
  12. BASE_NAME = HitachiH8s2113Dxe
  13. FILE_GUID = 7807E404-8281-4FF1-8457-0B54BABE263F
  14. VERSION_STRING = 1.0
  15. MODULE_TYPE = UEFI_DRIVER
  16. ENTRY_POINT = SioDriverEntryPoint
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = IA32 X64 IPF EBC
  21. #
  22. [LibraryClasses]
  23. BaseLib
  24. UefiLib
  25. DebugLib
  26. MemoryAllocationLib
  27. PcdLib
  28. DevicePathLib
  29. IoLib
  30. UefiDriverEntryPoint
  31. UefiBootServicesTableLib
  32. S3BootScriptLib
  33. S3IoLib
  34. [Packages]
  35. MdePkg/MdePkg.dec
  36. MdeModulePkg/MdeModulePkg.dec
  37. [Sources]
  38. SioChip.c
  39. SioChip.h
  40. SioService.c
  41. SioService.h
  42. SioDriver.c
  43. SioDriver.h
  44. ComponentName.c
  45. [Protocols]
  46. gEfiPciIoProtocolGuid ## CONSUMES
  47. gEfiDevicePathProtocolGuid ## PRODUCES
  48. gEfiSioProtocolGuid ## PRODUCES