summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/Library/AMT/Pei/AmtLibPei.sdl
blob: b3a63bd4f168cb20b9ccc7e23cf52ed5c542ea7d (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
TOKEN
	Name  = "AmtLibPei_SUPPORT"
	Value  = "1"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable AmtLibPei support in Project"
End

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

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

ELINK
	Name  = "AmtLibPei_LIB"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "$(BUILD_DIR)\AmtLibPei.lib"
	Parent  = "AmtLibPei_LIB"
	InvokeOrder = AfterParent
End

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