summaryrefslogtreecommitdiff
path: root/Core/CORE_DXE/ConSplitter/ConSplitter.sdl
blob: 730b34e32164a0c4446e2a777c1a8a19361fe8e7 (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
TOKEN
	Name  = "PAUSEKEY_SUPPORT"
	Value  = "0"
	Help  = "Pause key support. ON - Pause key causes pause during POST. OFF - Pause key ignored."
	TokenType = Boolean
	TargetH = Yes
End

TOKEN
	Name  = "REPORT_NO_CON_OUT_ERROR"
	Value  = "1"
	TokenType = Boolean
	TargetH = Yes
End

TOKEN
	Name  = "REPORT_NO_CON_IN_ERROR"
	Value  = "1"
	TokenType = Boolean
	TargetH = Yes
End

PATH
	Name  = "CONSOLE_SPLITTER_DIR"
End