Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
r48674 r58459 2 2 # Debug Agent library instance for Dxe Core and Dxe modules. 3 3 # 4 # Copyright (c) 2010 , Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> 5 5 # 6 6 # This program and the accompanying materials … … 17 17 INF_VERSION = 0x00010005 18 18 BASE_NAME = DxeDebugAgentLib 19 MODULE_UNI_FILE = DxeDebugAgentLib.uni 19 20 FILE_GUID = BA6BAD25-B814-4747-B0B0-0FBB61D40B90 20 21 MODULE_TYPE = DXE_DRIVER … … 33 34 DxeDebugAgent/DxeDebugAgentLib.c 34 35 DxeDebugAgent/DxeDebugAgentLib.h 36 DxeDebugAgent/SerialIo.c 35 37 DebugAgentCommon/DebugAgent.c 36 38 DebugAgentCommon/DebugAgent.h … … 42 44 [Sources.Ia32] 43 45 DebugAgentCommon/Ia32/AsmFuncs.S | GCC 44 DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT46 DebugAgentCommon/Ia32/AsmFuncs.asm 45 47 DebugAgentCommon/Ia32/ArchDebugSupport.h 46 48 DebugAgentCommon/Ia32/ArchDebugSupport.c 47 DebugAgentCommon/Ia32/ArchReadGroupRegister.c48 DebugAgentCommon/Ia32/ArchRegisters.h49 49 DebugAgentCommon/Ia32/DebugException.h 50 50 51 51 [Sources.X64] 52 52 DebugAgentCommon/X64/AsmFuncs.S | GCC 53 DebugAgentCommon/X64/AsmFuncs.asm | MSFT53 DebugAgentCommon/X64/AsmFuncs.asm 54 54 DebugAgentCommon/X64/ArchDebugSupport.h 55 55 DebugAgentCommon/X64/ArchDebugSupport.c 56 DebugAgentCommon/X64/ArchReadGroupRegister.c57 DebugAgentCommon/X64/ArchRegisters.h58 56 DebugAgentCommon/X64/DebugException.h 59 57 … … 77 75 MemoryAllocationLib 78 76 LocalApicLib 77 TimerLib 78 PrintLib 79 PeCoffGetEntryPointLib 80 PeCoffExtraActionLib 81 MemoryAllocationLib 79 82 80 83 [Guids] 81 gEfiDebugAgentGuid ## PRODUCES ## Configuration Table 82 gEfiDebugAgentGuid ## CONSUMES ## HOB 84 ## SOMETIMES_PRODUCES ## SystemTable 85 ## CONSUMES ## HOB 86 gEfiDebugAgentGuid 87 ## SOMETIMES_CONSUMES ## SystemTable 88 ## SOMETIMES_PRODUCES ## SystemTable 89 gEfiVectorHandoffTableGuid 90 91 [Ppis] 92 gEfiVectorHandoffInfoPpiGuid ## UNDEFINED 93 94 [Protocols] 95 gEfiSerialIoProtocolGuid ## SOMETIMES_PRODUCES 96 gEfiDevicePathProtocolGuid ## SOMETIMES_PRODUCES 83 97 84 98 [Pcd] 85 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES 86 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## CONSUMES 99 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## SOMETIMES_CONSUMES 100 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## SOMETIMES_CONSUMES 101 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize ## CONSUMES 87 102
Note:
See TracChangeset
for help on using the changeset viewer.