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

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

ELINK
	Name  = "$(BUILD_DIR)\AmiPeiLib.lib"
	Parent  = "$(LIBRARY_DIR)\AmiPeiLib$(ARCH)$(DBG).lib"
	InvokeOrder = ReplaceParent
End

TOKEN
	Name  = "MAX_PEI_PERF_LOG_ENTRIES"
	Value  = "28"
    Help = "Maximum allowed number of PEI performance management entries in log database"
	TokenType = Integer
	TargetH = Yes
End