EmuSnpDxe.inf 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #/** @file
  2. # Component name for module EmuSnpDxe
  3. #
  4. # Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.<BR>
  5. # Copyright (c) 2010, Apple, Inc. All rights reserved.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. #**/
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = EmuSnpDxe
  13. FILE_GUID = 22597239-6107-DF44-AD3F-5F053E92222E
  14. MODULE_TYPE = UEFI_DRIVER
  15. VERSION_STRING = 1.0
  16. EDK_RELEASE_VERSION = 0x00020000
  17. EFI_SPECIFICATION_VERSION = 0x00020000
  18. ENTRY_POINT = InitializeEmuSnpDriver
  19. # UNLOAD_IMAGE = EmuSnpUnload
  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. [Sources.common]
  26. ComponentName.c
  27. EmuSnpDxe.c
  28. [Packages]
  29. MdePkg/MdePkg.dec
  30. MdeModulePkg/MdeModulePkg.dec
  31. EmulatorPkg/EmulatorPkg.dec
  32. NetworkPkg/NetworkPkg.dec
  33. [LibraryClasses]
  34. DevicePathLib
  35. UefiLib
  36. UefiBootServicesTableLib
  37. BaseMemoryLib
  38. DebugLib
  39. UefiDriverEntryPoint
  40. NetLib
  41. [Protocols]
  42. gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
  43. gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
  44. gEmuSnpProtocolGuid
  45. gEmuIoThunkProtocolGuid