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

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

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

ELINK
	Name  = "PttHeciDxeLib_LIB"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "$(BUILD_DIR)\PttHeciDxeLib.lib"
	Parent  = "PttHeciDxeLib_LIB"
	InvokeOrder = AfterParent
End

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