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

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

PATH
	Name  = "CustomizedDecompress_DIR"
End

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