summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Library/Dxe/PrintLite/PrintLibLite.sdl
blob: c41267d185842cb18ae1bed14449e819ac9dc061 (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  = "PrintLibLite_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable PrintLibLite support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

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

PATH
	Name  = "PrintLibLite_DIR"
End

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