summaryrefslogtreecommitdiff
path: root/ReferenceCode/Haswell/SampleCode/Library/DTSHookLib/Smm/DTSHookLib.sdl
blob: e49c48f21522d79171dadd95622543e8bf62d2e5 (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
TOKEN
	Name  = DTSHookLib_SUPPORT
	Value  = 1
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable DTSHookLib support in Project"
End

TOKEN
	Name  = "DTSHookLib_LIB"
	Value  = "$$(LIB_BUILD_DIR)\DTSHookLib.lib"
	TokenType = Expression
	TargetMAK = Yes
End

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

PATH
	Name  = "DTSHookLib_DIR"
End