summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Library/EfiCommonLib/EfiCommonLib.sdl
blob: c6b970e78b37256d53845a4762e60800b26a902f (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
27
28
29
30
31
TOKEN
	Name  = "EfiCommonLib_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable EfiCommonLib support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

TOKEN
	Name  = "EFICOMMONLIB"
	Value  = "$$(LIB_BUILD_DIR)\EfiCommonLib.lib"
	TokenType = Expression
	TargetMAK = Yes
End

PATH
	Name  = "EfiCommonLib_DIR"
End

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

ELINK
	Name  = "/D SUPPORT_DEPRECATED_PCI_CFG_PPI"
	Parent  = "GLOBAL_DEFINES"
	InvokeOrder = AfterParent
End