DpcDxe.inf 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ## @file
  2. # This module produces Deferred Procedure Call Protocol.
  3. #
  4. # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = DpcDxe
  12. MODULE_UNI_FILE = DpcDxe.uni
  13. FILE_GUID = A210F973-229D-4f4d-AA37-9895E6C9EABA
  14. MODULE_TYPE = DXE_DRIVER
  15. VERSION_STRING = 1.0
  16. ENTRY_POINT = DpcDriverEntryPoint
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = IA32 X64 EBC
  21. #
  22. [Sources]
  23. Dpc.c
  24. Dpc.h
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. NetworkPkg/NetworkPkg.dec
  28. [LibraryClasses]
  29. UefiDriverEntryPoint
  30. BaseLib
  31. DebugLib
  32. UefiBootServicesTableLib
  33. MemoryAllocationLib
  34. [Protocols]
  35. gEfiDpcProtocolGuid ## PRODUCES
  36. [Depex]
  37. TRUE
  38. [UserExtensions.TianoCore."ExtraFiles"]
  39. DpcDxeExtra.uni