DebugAgentPei.inf 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ## @file
  2. # Initialized Debug Agent in PEI phase.
  3. #
  4. # This PEIM will invoke Debug Agent Library to initialize the debug agent in
  5. # whole PEI phase.
  6. #
  7. # Copyright (c) 2013 - 2018, 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 = DebugAgentPei
  14. MODULE_UNI_FILE = DebugAgentPei.uni
  15. FILE_GUID = D9D114EF-F40B-4d48-AAA0-A3DC99C9F5BD
  16. MODULE_TYPE = PEIM
  17. VERSION_STRING = 1.0
  18. ENTRY_POINT = DebugAgentPeiInitialize
  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. DebugAgentPei.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. [LibraryClasses]
  30. PeimEntryPoint
  31. DebugAgentLib
  32. [Depex]
  33. TRUE
  34. [UserExtensions.TianoCore."ExtraFiles"]
  35. DebugAgentPeiExtra.uni