SnpDxe.inf 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. ## @file
  2. # This module produces EFI SNP Protocol.
  3. #
  4. # This module produces Simple Network Protocol upon EFI Network Interface
  5. # Identifier Protocol, to provide a packet level interface to a network adapter.
  6. #
  7. # Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = SnpDxe
  14. MODULE_UNI_FILE = SnpDxe.uni
  15. FILE_GUID = A2f436EA-A127-4EF8-957C-8048606FF670
  16. MODULE_TYPE = UEFI_DRIVER
  17. VERSION_STRING = 1.0
  18. ENTRY_POINT = InitializeSnpNiiDriver
  19. UNLOAD_IMAGE = NetLibDefaultUnload
  20. #
  21. # The following information is for reference only and not required by the build tools.
  22. #
  23. # VALID_ARCHITECTURES = IA32 X64 EBC
  24. #
  25. # DRIVER_BINDING = mSimpleNetworkDriverBinding
  26. # COMPONENT_NAME = gSimpleNetworkComponentName
  27. # COMPONENT_NAME2 = gSimpleNetworkComponentName2
  28. #
  29. [Sources]
  30. Receive.c
  31. Snp.h
  32. Nvdata.c
  33. Get_status.c
  34. Start.c
  35. Snp.c
  36. Stop.c
  37. Statistics.c
  38. Reset.c
  39. Shutdown.c
  40. Mcast_ip_to_mac.c
  41. Transmit.c
  42. WaitForPacket.c
  43. Receive_filters.c
  44. Initialize.c
  45. ComponentName.c
  46. Callback.c
  47. Station_address.c
  48. [Packages]
  49. MdePkg/MdePkg.dec
  50. NetworkPkg/NetworkPkg.dec
  51. [LibraryClasses]
  52. UefiLib
  53. BaseLib
  54. UefiBootServicesTableLib
  55. UefiDriverEntryPoint
  56. BaseMemoryLib
  57. DebugLib
  58. NetLib
  59. [Guids]
  60. gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event
  61. [Protocols]
  62. gEfiSimpleNetworkProtocolGuid ## BY_START
  63. gEfiDevicePathProtocolGuid ## TO_START
  64. gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## TO_START
  65. gEfiPciIoProtocolGuid ## TO_START
  66. [Pcd]
  67. gEfiNetworkPkgTokenSpaceGuid.PcdSnpCreateExitBootServicesEvent ## CONSUMES
  68. [UserExtensions.TianoCore."ExtraFiles"]
  69. SnpDxeExtra.uni