summaryrefslogtreecommitdiff
path: root/Board/EM/MeWrapper/AmtWrapper/Dxe/AmtWrapperDxe.sdl
blob: cf027e3603eb3c2737ae2e82aeac313127b34844 (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
52
53
54
55
56
57
TOKEN
	Name  = "AmtWrapperDxe_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable AMT Wrapper DXE support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

PATH
	Name  = "AmtWrapperDxe_DIR"
End

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

ELINK
	Name  = "$(BUILD_DIR)\AmtWrapperDxe.ffs"
	Parent  = "FV_MAIN"
	InvokeOrder = AfterParent
End

TOKEN
	Name  = "SREDIR_DISPLAY_MODE"
	Value  = "0"
	Help  = "0:Legacy Redirection by Setup Setting\1:Force Legacy Redirection to 80x24\2:Force Legacy Redirection to 80x25"
	TokenType = Integer
	TargetH = Yes
	Range  = "0 - 2"
End

ELINK
	Name  = "{0x8086,0x1C3A},"
	Parent  = "InvalidPciComDeviceList"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "{0x8086,0x1C3B},"
	Parent  = "InvalidPciComDeviceList"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "{0x8086,0x1E3A},"
	Parent  = "InvalidPciComDeviceList"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "{0x8086,0x1E3B},"
	Parent  = "InvalidPciComDeviceList"
	InvokeOrder = AfterParent
End