]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
Correct INF file to make module pass ICC compiler.
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / SmmDebugAgentLib.inf
index f62d9975cf55603d73088f006f981b9e32a31ff0..048481ebaac08a19fcbf8981dcbb055898c5b85f 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Agent library instance for SMM 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
@@ -15,7 +15,7 @@
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = SecDebugAgentLib\r
+  BASE_NAME                      = SmmDebugAgentLib\r
   FILE_GUID                      = CB07D74C-598F-4268-A5D1-644FB4A481E8\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   VERSION_STRING                 = 0.7\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
   LocalApicLib\r
   TimerLib\r
   PrintLib\r
+  PeCoffExtraActionLib\r
+  PeCoffGetEntryPointLib\r
+  SmmServicesTableLib\r
 \r
 [Guids]\r
   gEfiDebugAgentGuid                            ## CONSUMES ## Configuration Table\r
+  gEfiVectorHandoffTableGuid                    ## SOMETIMES_PRODUCES ## Configuration Table\r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdFSBClock                                  ## CONSUMES\r
-  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger  ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdFSBClock                                             ## CONSUMES\r
+  ## Skip Page Fault exception (14) by default in SMM\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger|0x00004000  ## CONSUMES\r
 \r