Ax88772.inf 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ## @file
  2. # Component description file for ASIX AX88772 USB/Ethernet driver.
  3. #
  4. # This module provides support for the ASIX AX88772 USB/Ethernet adapter.
  5. # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010018
  12. BASE_NAME = Ax88772
  13. FILE_GUID = B15239D6-6A01-4808-A0F7-B7F20F073555
  14. MODULE_TYPE = DXE_RUNTIME_DRIVER
  15. VERSION_STRING = 1.0
  16. ENTRY_POINT = EntryPoint
  17. #
  18. # VALID_ARCHITECTURES = IA32 X64 EBC
  19. #
  20. [Sources.common]
  21. Ax88772.h
  22. Ax88772.c
  23. ComponentName.c
  24. DriverBinding.c
  25. SimpleNetwork.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. [LibraryClasses]
  30. UefiLib
  31. UefiBootServicesTableLib
  32. BaseMemoryLib
  33. DebugLib
  34. UefiRuntimeLib
  35. UefiDriverEntryPoint
  36. [Protocols]
  37. gEfiDevicePathProtocolGuid ## BY_START
  38. gEfiSimpleNetworkProtocolGuid ## BY_START
  39. gEfiUsbIoProtocolGuid ## TO_START
  40. [Depex]
  41. gEfiBdsArchProtocolGuid AND
  42. gEfiCpuArchProtocolGuid AND
  43. gEfiMetronomeArchProtocolGuid AND
  44. gEfiMonotonicCounterArchProtocolGuid AND
  45. gEfiRealTimeClockArchProtocolGuid AND
  46. gEfiResetArchProtocolGuid AND
  47. gEfiRuntimeArchProtocolGuid AND
  48. gEfiSecurityArchProtocolGuid AND
  49. gEfiTimerArchProtocolGuid AND
  50. gEfiVariableWriteArchProtocolGuid AND
  51. gEfiVariableArchProtocolGuid AND
  52. gEfiWatchdogTimerArchProtocolGuid