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

PATH
	Name  = "AmtLibrary_DIR"
	Help  = "iAMT Library file source directory"
End

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