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

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

PATH
	Name  = "EfiIfrSupportLib_DIR"
End

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