summaryrefslogtreecommitdiff
path: root/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.sdl
blob: 042f87dc8ef72b10eafe45dbf90090a785102c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PATH
	Name  = "DebuggerLib_DIR"
End

MODULE
	Help  = "Includes DebuggerLib.mak to Project"
	File  = "DebuggerLib.mak"
End

ELINK
	Name  = "InitDbgLdImageNotify,"
	Parent  = "DxeCoreInitialize"
	Token = "REDIRECTION_ONLY_MODE" "!=" "1"
	Token = "PeiDebugger_SUPPORT" "=" "1"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "PeiDbgSptLdr,"
	Parent  = "PeiCoreInitialize"
	Token = "PeiDebugger_SUPPORT" "=" "1"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "ReadyToBootFunc,"
	Parent  = "DxeCoreInitialize"
	InvokeOrder = AfterParent
End