SmmDebugAgentLib.inf 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. ## @file
  2. # Debug Agent library instance for SMM modules.
  3. #
  4. # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # This program and the accompanying materials
  7. # are licensed and made available under the terms and conditions of the BSD License
  8. # which accompanies this distribution. The full text of the license may be found at
  9. # http://opensource.org/licenses/bsd-license.php.
  10. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  12. #
  13. #
  14. ##
  15. [Defines]
  16. INF_VERSION = 0x00010005
  17. BASE_NAME = SmmDebugAgentLib
  18. MODULE_UNI_FILE = SmmDebugAgentLib.uni
  19. FILE_GUID = CB07D74C-598F-4268-A5D1-644FB4A481E8
  20. MODULE_TYPE = DXE_SMM_DRIVER
  21. VERSION_STRING = 0.8
  22. LIBRARY_CLASS = DebugAgentLib|DXE_SMM_DRIVER
  23. #
  24. # The following information is for reference only and not required by the build tools.
  25. #
  26. # VALID_ARCHITECTURES = IA32 X64
  27. #
  28. [Sources.common]
  29. SmmDebugAgent/SmmDebugAgentLib.c
  30. SmmDebugAgent/SmmDebugAgentLib.h
  31. DebugAgentCommon/DebugAgent.c
  32. DebugAgentCommon/DebugAgent.h
  33. DebugAgentCommon/DebugTimer.c
  34. DebugAgentCommon/DebugTimer.h
  35. DebugAgentCommon/DebugMp.c
  36. DebugAgentCommon/DebugMp.h
  37. [Sources.Ia32]
  38. DebugAgentCommon/Ia32/AsmFuncs.nasm
  39. DebugAgentCommon/Ia32/ArchDebugSupport.h
  40. DebugAgentCommon/Ia32/ArchDebugSupport.c
  41. DebugAgentCommon/Ia32/DebugException.h
  42. [Sources.X64]
  43. DebugAgentCommon/X64/AsmFuncs.nasm
  44. DebugAgentCommon/X64/ArchDebugSupport.h
  45. DebugAgentCommon/X64/ArchDebugSupport.c
  46. DebugAgentCommon/X64/DebugException.h
  47. [Packages]
  48. MdePkg/MdePkg.dec
  49. MdeModulePkg/MdeModulePkg.dec
  50. UefiCpuPkg/UefiCpuPkg.dec
  51. SourceLevelDebugPkg/SourceLevelDebugPkg.dec
  52. [LibraryClasses]
  53. BaseLib
  54. BaseMemoryLib
  55. ResetSystemLib
  56. IoLib
  57. DebugCommunicationLib
  58. UefiLib
  59. PcdLib
  60. SynchronizationLib
  61. LocalApicLib
  62. TimerLib
  63. PrintLib
  64. PeCoffExtraActionLib
  65. PeCoffGetEntryPointLib
  66. SmmServicesTableLib
  67. [Guids]
  68. ## CONSUMES ## SystemTable
  69. ## CONSUMES ## HOB
  70. gEfiDebugAgentGuid
  71. gEfiVectorHandoffTableGuid ## PRODUCES ## GUID # SMM Configuration Table
  72. [Pcd]
  73. gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## SOMETIMES_CONSUMES
  74. # Skip Page Fault exception (14) by default in SMM
  75. gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger|0x00004000 ## SOMETIMES_CONSUMES
  76. gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision ## CONSUMES