]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
Import SourceLevelDebugPkg.
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / SmmDebugAgentLib.inf
diff --git a/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf b/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
new file mode 100644 (file)
index 0000000..9dfdec1
--- /dev/null
@@ -0,0 +1,81 @@
+## @file\r
+#  Debug Agent library instance for SMM modules.\r
+#\r
+#  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php.\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = SecDebugAgentLib\r
+  FILE_GUID                      = CB07D74C-598F-4268-A5D1-644FB4A481E8\r
+  MODULE_TYPE                    = DXE_SMM_DRIVER\r
+  VERSION_STRING                 = 0.7\r
+  LIBRARY_CLASS                  = DebugAgentLib|DXE_SMM_DRIVER\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+\r
+[Sources.common]\r
+  SmmDebugAgent/SmmDebugAgentLib.c\r
+  SmmDebugAgent/SmmDebugAgentLib.h\r
+  DebugAgentCommon/DebugAgent.c\r
+  DebugAgentCommon/DebugAgent.h\r
+  DebugAgentCommon/DebugTimer.c\r
+  DebugAgentCommon/DebugTimer.h\r
+  DebugAgentCommon/DebugMp.c\r
+  DebugAgentCommon/DebugMp.h\r
+\r
+[Sources.Ia32]\r
+  DebugAgentCommon/Ia32/AsmFuncs.S     | GCC\r
+  DebugAgentCommon/Ia32/AsmFuncs.asm   | MSFT\r
+  DebugAgentCommon/Ia32/ArchDebugSupport.h\r
+  DebugAgentCommon/Ia32/ArchDebugSupport.c\r
+  DebugAgentCommon/Ia32/ArchReadGroupRegister.c\r
+  DebugAgentCommon/Ia32/ArchRegisters.h\r
+  DebugAgentCommon/Ia32/DebugException.h\r
+\r
+[Sources.X64]\r
+  DebugAgentCommon/X64/AsmFuncs.S      | GCC\r
+  DebugAgentCommon/X64/AsmFuncs.asm    | MSFT\r
+  DebugAgentCommon/X64/ArchDebugSupport.h\r
+  DebugAgentCommon/X64/ArchDebugSupport.c\r
+  DebugAgentCommon/X64/ArchReadGroupRegister.c\r
+  DebugAgentCommon/X64/ArchRegisters.h\r
+  DebugAgentCommon/X64/DebugException.h\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  UefiCpuPkg/UefiCpuPkg.dec\r
+  SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  BaseMemoryLib\r
+  ResetSystemLib\r
+  IoLib\r
+  DebugCommunicationLib\r
+  UefiLib\r
+  PcdLib\r
+  SynchronizationLib\r
+  LocalApicLib\r
+\r
+[Guids]\r
+  gEfiDebugAgentGuid                            ## CONSUMES ## Configuration Table\r
+\r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdFSBClock                                  ## CONSUMES\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger  ## CONSUMES\r
+\r