]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
Correct INF file to make module pass ICC compiler.
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / SecPeiDebugAgentLib.inf
index 577a635a47d03fc08813f600d4685d54aff19753..8de4cbd9ee860ab0ee31e3965f8224daad0b28ac 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Agent library instance for SEC Core and PEI 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
 \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/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/DebugException.h\r
   DebugLib\r
   TimerLib\r
   PrintLib\r
+  PeiServicesLib\r
+  MemoryAllocationLib\r
+  PeCoffGetEntryPointLib\r
+  PeCoffExtraActionLib\r
+\r
+[Ppis]\r
+  gEfiPeiMemoryDiscoveredPpiGuid\r
+  gEfiVectorHandoffInfoPpiGuid                  ## PRODUCES\r
 \r
 [Guids]\r
   gEfiDebugAgentGuid                            ## PRODUCES ## HOB\r
@@ -77,4 +85,5 @@
 [Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdFSBClock                                  ## CONSUMES\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger  ## CONSUMES\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize    ## CONSUMES\r
 \r