]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
Import SourceLevelDebugPkg.
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DxeDebugAgentLib.inf
diff --git a/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf b/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
new file mode 100644 (file)
index 0000000..b932437
--- /dev/null
@@ -0,0 +1,87 @@
+## @file\r
+#  Debug Agent library instance for Dxe Core and Dxe 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                      = DxeDebugAgentLib\r
+  FILE_GUID                      = BA6BAD25-B814-4747-B0B0-0FBB61D40B90\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 0.7\r
+  LIBRARY_CLASS                  = DebugAgentLib|DXE_CORE DXE_DRIVER\r
+\r
+  CONSTRUCTOR                    = DxeDebugAgentLibConstructor\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
+  DxeDebugAgent/DxeDebugAgentLib.c\r
+  DxeDebugAgent/DxeDebugAgentLib.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
+  HobLib\r
+  DebugCommunicationLib\r
+  UefiBootServicesTableLib\r
+  UefiLib\r
+  PcdLib\r
+  SynchronizationLib\r
+  MemoryAllocationLib\r
+  LocalApicLib\r
+\r
+[Guids]\r
+  gEfiDebugAgentGuid                            ## PRODUCES ## Configuration Table\r
+  gEfiDebugAgentGuid                            ## CONSUMES ## HOB\r
+\r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdFSBClock                                  ## CONSUMES\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger  ## CONSUMES\r
+\r