summaryrefslogtreecommitdiff
path: root/ReferenceCode/Chipset/SystemAgent/SampleCode/Ppi/IntelSaSampleCodePpiLib.sdl
blob: 02bda23dc1894df3ed117f3c035b968df92e3ee0 (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  = "IntelSaSampleCodePpiLib_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable FrameworkPpiLib support in Project"
	TokenType = Boolean
	TargetMAK = Yes
	Master = Yes
End

PATH
	Name  = "IntelSaSampleCodePpiLib_DIR"
End

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

ELINK
	Name  = "IntelSaSampleCodePpiLib_LIB"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "$(BUILD_DIR)\IntelSaSampleCodePpiLib.lib"
	Parent  = "IntelSaSampleCodePpiLib_LIB"
	InvokeOrder = AfterParent
End