summaryrefslogtreecommitdiff
path: root/ReferenceCode/Chipset/LynxPoint/Library/PchSmbusLib/PchSmbusLib.sdl
blob: 4f41e9a54fe21266a07ffe0499995998f1bb875b (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
TOKEN
	Name  = "PchSmbusLib_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable PchSmbusLib support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

PATH
	Name  = "PchSmbusLib_DIR"
End

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

ELINK
        Name  = "PchSmbusDxeLib_LIB"
        InvokeOrder = ReplaceParent
End

ELINK
        Name  = "PchSmbusPeiLib_LIB"
        InvokeOrder = ReplaceParent
End

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

ELINK
	Name  = "$(PchSmbusLib_LIB)"
	Parent  = "PchSmbusDxeLib_LIB"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "$(EdkIIGlueDxeSmbusLib_LIB)"
	Parent  = "PchSmbusDxeLib_LIB"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "$(PchSmbusLib_LIB)"
	Parent  = "PchSmbusPeiLib_LIB"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "$(EdkIIGluePeiSmbusLib_LIB)"
	Parent  = "PchSmbusPeiLib_LIB"
	InvokeOrder = AfterParent
End