summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Ppi/EdkPpiLib.sdl
blob: 000e81214845523ae3ad89fca93e49dc70215e31 (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  = "EdkPpiLib_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable EdkPpiLib support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

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

PATH
	Name  = "EdkPpiLib_DIR"
End

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