]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
Correct INF file to make module pass ICC compiler.
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DxeDebugAgentLib.inf
index 96c6b0023d0c7a9705ec3d403452a9f58993d273..0a3a519042b95d0de25c291696516fa754c374bd 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Agent library instance for Dxe Core and Dxe modules.\r
 #\r
-#  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2013, 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
@@ -32,6 +32,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
 \r
 [Sources.Ia32]\r
   DebugAgentCommon/Ia32/AsmFuncs.S     | GCC\r
-  DebugAgentCommon/Ia32/AsmFuncs.asm   | MSFT\r
+  DebugAgentCommon/Ia32/AsmFuncs.asm\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.asm\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
   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
+  gEfiVectorHandoffTableGuid                    ## SOMETIMES_PRODUCES ## Configuration Table\r
+  \r
+[Ppis]\r
+  gEfiVectorHandoffInfoPpiGuid                  ## UNDEFINED\r
+  \r
+[Protocols]\r
+  gEfiSerialIoProtocolGuid                      ## PRODUCES\r
+  gEfiDevicePathProtocolGuid                    ## PRODUCES \r
 \r
 [Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdFSBClock                                  ## CONSUMES\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger  ## CONSUMES\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize    ## CONSUMES\r
 \r