DebugAgentDxe.inf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ## @file
  2. # Initialized Debug Agent in one separated DXE driver.
  3. #
  4. # This DXE driver will invoke Debug Agent Library to initialize the debug agent.
  5. #
  6. # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = DebugAgentDxe
  13. MODULE_UNI_FILE = DebugAgentDxe.uni
  14. FILE_GUID = 9727502C-034E-472b-8E1B-67BB28C6CFDB
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = DebugAgentDxeInitialize
  18. UNLOAD_IMAGE = DebugAgentDxeUnload
  19. #
  20. # The following information is for reference only and not required by the build tools.
  21. #
  22. # VALID_ARCHITECTURES = IA32 X64
  23. #
  24. [Sources]
  25. DebugAgentDxe.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. [LibraryClasses]
  30. UefiDriverEntryPoint
  31. UefiBootServicesTableLib
  32. DebugAgentLib
  33. [Guids]
  34. gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event
  35. [Depex]
  36. TRUE
  37. [UserExtensions.TianoCore."ExtraFiles"]
  38. DebugAgentDxeExtra.uni