summaryrefslogtreecommitdiff
path: root/ReferenceCode/Chipset/LynxPoint/SampleCode/Library/AslUpdate/Dxe/PchAslUpdateLib.sdl
blob: c52b5a8a2325f5b31a34ab3e7b38c8f8adb6c4f0 (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
TOKEN
	Name  = PchAslUpdateLib_SUPPORT
	Value  = 1
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable PchAslUpdateLib support in Project"
End

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

PATH
	Name  = "PchAslUpdateLib_DIR"
End

ELINK
	Name  = "PchAslUpdateLib_LIB"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "$(BUILD_DIR)\PchAslUpdateLib.lib"
	Parent  = "PchAslUpdateLib_LIB"
	InvokeOrder = AfterParent
End