]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
SourceLevelDebugPkg: Remove X86 ASM and S files
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DxeDebugAgentLib.inf
index b932437258e007e4eb0acefdee5dba2cdc3ce2e5..86c03a5fe3392b8f9f094d0b0a1254fb240503df 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Agent library instance for Dxe Core and Dxe modules.\r
 #\r
-#  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2018, 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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeDebugAgentLib\r
+  MODULE_UNI_FILE                = DxeDebugAgentLib.uni\r
   FILE_GUID                      = BA6BAD25-B814-4747-B0B0-0FBB61D40B90\r
   MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 0.7\r
+  VERSION_STRING                 = 0.8\r
   LIBRARY_CLASS                  = DebugAgentLib|DXE_CORE DXE_DRIVER\r
 \r
   CONSTRUCTOR                    = DxeDebugAgentLibConstructor\r
@@ -32,6 +33,7 @@
 [Sources.common]\r
   DxeDebugAgent/DxeDebugAgentLib.c\r
   DxeDebugAgent/DxeDebugAgentLib.h\r
+  DxeDebugAgent/SerialIo.c\r
   DebugAgentCommon/DebugAgent.c\r
   DebugAgentCommon/DebugAgent.h\r
   DebugAgentCommon/DebugTimer.c\r
   DebugAgentCommon/DebugMp.h\r
 \r
 [Sources.Ia32]\r
-  DebugAgentCommon/Ia32/AsmFuncs.S     | GCC\r
-  DebugAgentCommon/Ia32/AsmFuncs.asm   | MSFT\r
+  DebugAgentCommon/Ia32/AsmFuncs.S\r
+  DebugAgentCommon/Ia32/AsmFuncs.nasm\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/AsmFuncs.S\r
+  DebugAgentCommon/X64/AsmFuncs.nasm\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
   SynchronizationLib\r
   MemoryAllocationLib\r
   LocalApicLib\r
+  TimerLib\r
+  PrintLib\r
+  PeCoffGetEntryPointLib\r
+  PeCoffExtraActionLib\r
+  MemoryAllocationLib\r
 \r
 [Guids]\r
-  gEfiDebugAgentGuid                            ## PRODUCES ## Configuration Table\r
-  gEfiDebugAgentGuid                            ## CONSUMES ## HOB\r
+  ## PRODUCES ## SystemTable\r
+  ## CONSUMES ## HOB\r
+  gEfiDebugAgentGuid\r
+  ## SOMETIMES_CONSUMES ## SystemTable\r
+  ## SOMETIMES_PRODUCES ## SystemTable\r
+  gEfiVectorHandoffTableGuid\r
+\r
+[Ppis]\r
+  gEfiVectorHandoffInfoPpiGuid                  ## UNDEFINED\r
+\r
+[Protocols]\r
+  gEfiSerialIoProtocolGuid                      ## SOMETIMES_PRODUCES\r
+  gEfiDevicePathProtocolGuid                    ## SOMETIMES_PRODUCES \r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdFSBClock                                  ## CONSUMES\r
-  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger  ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdFSBClock                                  ## SOMETIMES_CONSUMES\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger  ## SOMETIMES_CONSUMES\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize    ## CONSUMES\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision     ## CONSUMES\r
 \r