]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
SourceLevelDebugPkg: Use Pcd for the revision of transfer protocol
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / SecPeiDebugAgentLib.inf
index 577a635a47d03fc08813f600d4685d54aff19753..5599ff17693a6750860d75ba9a9cb10f513f623e 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 - 2017, 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                      = SecPeiDebugAgentLib\r
+  MODULE_UNI_FILE                = SecPeiDebugAgentLib.uni\r
   FILE_GUID                      = 508B7D59-CD4E-4a6b-A45B-6D3B2D90111E\r
   MODULE_TYPE                    = PEIM\r
-  VERSION_STRING                 = 0.7\r
+  VERSION_STRING                 = 0.8\r
   LIBRARY_CLASS                  = DebugAgentLib|SEC PEIM\r
 \r
 #\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.asm\r
+  DebugAgentCommon/Ia32/AsmFuncs.nasm\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.S\r
+  DebugAgentCommon/X64/AsmFuncs.asm\r
+  DebugAgentCommon/X64/AsmFuncs.nasm\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                ## NOTIFY\r
+  gEfiVectorHandoffInfoPpiGuid                  ## PRODUCES\r
 \r
 [Guids]\r
-  gEfiDebugAgentGuid                            ## PRODUCES ## HOB\r
+  ## PRODUCES ## HOB\r
+  ## CONSUMES ## HOB\r
+  gEfiDebugAgentGuid\r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdFSBClock                                  ## CONSUMES\r
-  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger  ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdFSBClock                                  ## SOMETIMES_CONSUMES\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger  ## SOMETIMES_CONSUMES\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize    ## SOMETIMES_CONSUMES\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision     ## CONSUMES\r
 \r