summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Library/Dxe/Print/PrintLib.sdl
blob: 69207851210ffef825be93a993b5296647861460 (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
TOKEN
	Name  = "PrintLib_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable PrintLib support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

TOKEN
	Name  = "PRINTLIB"
	Value  = "$(BUILD_DIR)\PrintLib.lib"
	TokenType = Expression
	TargetMAK = Yes
End

PATH
	Name  = "PrintLib_DIR"
End

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