SioBusDxe.inf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ## @file
  2. # The SioBusDxe driver is used to create child devices on the ISA bus and
  3. # installs the Super I/O protocols on them.
  4. #
  5. # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = SioBusDxe
  13. MODULE_UNI_FILE = SioBusDxe.uni
  14. FILE_GUID = 864E1CA8-85EB-4D63-9DCC-6E0FC90FFD55
  15. MODULE_TYPE = UEFI_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = SioBusDxeDriverEntryPoint
  18. #
  19. # The following information is for reference only and not required by the build tools.
  20. #
  21. # VALID_ARCHITECTURES = IA32 X64 EBC
  22. #
  23. [Sources]
  24. ComponentName.c
  25. SioService.c
  26. SioService.h
  27. SioBusDxe.c
  28. SioBusDxe.h
  29. [Packages]
  30. MdePkg/MdePkg.dec
  31. [LibraryClasses]
  32. UefiDriverEntryPoint
  33. UefiLib
  34. UefiBootServicesTableLib
  35. DebugLib
  36. ReportStatusCodeLib
  37. MemoryAllocationLib
  38. BaseMemoryLib
  39. DevicePathLib
  40. [Protocols]
  41. gEfiPciIoProtocolGuid ## TO_START
  42. gEfiSioProtocolGuid ## BY_START