summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/ActiveManagement/AmtBootOptions/AmtBootOptions.sdl
blob: 86d7fc96b5cb819ddfbe5e7bba13009d7746397e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TOKEN
	Name  = AmtBootOptions_SUPPORT
	Value  = 1
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable AMT support in Project"
End

PATH
	Name  = "AmtBootOptions_SOURCE"
	Help  = "AMT Driver files source directory"
End

ELINK
	Name  = "/I$(AmtBootOptions_SOURCE)\Include"
	Parent  = "ME_INCLUDES"
	InvokeOrder = AfterParent
End