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

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

ELINK
	Name  = "/I$(AtLibrary_DIR)"
	Parent  = "ME_INCLUDES"
	InvokeOrder = AfterParent
End