summaryrefslogtreecommitdiff
path: root/Board/EM/TCG2/Common/Setup/TcgSetup.sdl
blob: 287713b147821c07d0f1b6eb1c628b768cd90006 (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
TOKEN
	Name  = "TCGSETUP_SUPPORT"
	Value  = "1"
	Help  = "Main switch to control TCG setup pages"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

TOKEN
	Name  = "DISPLAY_TPM_SETUP_ERROR"
	Value  = "0"
	Help  = "Control warning message in setup if a TPM request form setup failed "
	TokenType = Boolean
	TargetEQU = Yes
    TargetH   = Yes
	TargetMAK = Yes
End

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

PATH
	Name  = "TCG_SETUP_DIR"
	Help  = "Tcg Setup Directory"
End

ELINK
	Name  = "$(TCG_SETUP_DIR)\TcgSetup.sd"
	Parent  = "SETUP_DEFINITIONS"
	Priority  = 0
	InvokeOrder = AfterParent
End

ELINK
	Name  = "$(BUILD_DIR)\TcgSetup.sdb"
	Parent  = "SETUP_SDBS"
	Priority  = 0
	InvokeOrder = AfterParent
End

ELINK
	Name  = "-i $(TCG_SETUP_DIR)"
	Parent  = "SETUP_VFR_INCLUDES"
	Priority  = 0
	InvokeOrder = AfterParent
End