summaryrefslogtreecommitdiff
path: root/ReferenceCode/Haswell/SampleCode/Library/AslUpdate/Dxe/PpmAslUpdateLib.sdl
blob: 0a74ab26761d2c384639ff8afef7f207584a5386 (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  = PpmAslUpdateLib_SUPPORT
	Value  = 1
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
	Help  = "Main switch to enable AslUpdateLib support in Project"
End

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

PATH
	Name  = "PpmAslUpdateLib_DIR"
End

ELINK
	Name  = "PpmAslUpdateLib_LIB"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "$(BUILD_DIR)\PpmAslUpdateLib.lib"
	Parent  = "PpmAslUpdateLib_LIB"
	InvokeOrder = AfterParent
End