summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/Library/AtLibrary/Dxe/AtDxeLib.sdl
blob: 746b6189c94969e86c4cab8e8a7928346eb06558 (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  = "AtDxeLib_SUPPORT"
	Value  = "1"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable AtDxeLib support in Project"
End

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

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

ELINK
	Name  = "AtDxeLib_LIB"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "$(BUILD_DIR)\AtDxeLib.lib"
	Parent  = "AtDxeLib_LIB"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "/I$(AtDxeLib_DIR)"
	Parent  = "AT_INCLUDES"
	InvokeOrder = AfterParent
End