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

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

PATH
	Name  = "GraphicsLite_DIR"
End

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