summaryrefslogtreecommitdiff
path: root/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgPort.sdl
blob: b0b1f5516cec307cd606a572a3ba3aaf6b6227d4 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
PATH
	Name  = "PEI_DBG_PORT_DIR"
End

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

ELINK
	Name  = "$(BUILD_DIR)\PeiDbgPort.ffs"
	Parent  = "FV_MAIN"
	Token = "DEBUG_RX_FFS_IN_FVMAIN_SUPPORT" "=" "1"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "$(BUILD_DIR)\PeiDbgPort.ffs"
	Parent  = "FV_BB"
	Token = "DEBUG_RX_FFS_IN_FVMAIN_SUPPORT" "=" "0"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "PeiDebuggerInitialize"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = " "
	Parent  = "PeiSioInit,"
	Token = "PeiDebugger_SUPPORT" "=" "1"
	InvokeOrder = ReplaceParent
End

ELINK
	Name = "IsDbgS3"
	InvokeOrder = ReplaceParent
End

ELINK
	Name = "PeiDbgIsS3Hook,"
	Parent = "IsDbgS3"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "PeiDebuggerS3Initialize"
	InvokeOrder = ReplaceParent
End