summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/Library/Ptt/PttLibrary.sdl
blob: 3dd234eae8573c97aba541b8c801adb065884856 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
TOKEN
	Name  = "MePttLibrary_SUPPORT"
	Value  = "1"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable Me Kernel Library support in Project"
End

PATH
	Name  = "MePttLibrary_DIR"
	Help  = "Me Library file source directory"
End

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

ELINK
	Name  = "/I$(MePttLibrary_DIR)\Pei"
	Parent  = "ME_INCLUDES"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "/I$(MePttLibrary_DIR)\Dxe"
	Parent  = "ME_INCLUDES"
	InvokeOrder = AfterParent
End

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

ELINK
	Name  = "PttPei_LIB"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "PttDxe_LIB"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "$(BUILD_DIR)\PttPeiLibrary.lib"
	Parent  = "PttPei_LIB"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "$(BUILD_DIR)\PttDxeLibrary.lib"
	Parent  = "PttDxe_LIB"
	InvokeOrder = AfterParent
End