summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/SampleCode/Protocol/MePlatformGetResetType/MePlatformGetResetTypeProtocolLib.sdl
blob: 1c0cc7d18505d304f8df5663d9e695d6e521dfb4 (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
TOKEN
	Name  = "MePlatformGetResetTypeProtocolLib_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable AmtWrapperProtocolLib support in Project"
	TokenType = Boolean
	TargetMAK = Yes
	Master = Yes
End

PATH
	Name  = "MePlatformGetResetTypeProtocolLib_DIR"
End

ELINK
	Name  = "/I$(MePlatformGetResetTypeProtocolLib_DIR)"
	Parent  = "ME_INCLUDES"
	InvokeOrder = AfterParent
End

MODULE
	Help  = "Includes AmtWrapperProtocolLib.mak to Project"
	File  = "MePlatformGetResetTypeProtocolLib.mak"
End

ELINK
	Name  = "MePlatformGetResetTypeProtocolLib_LIB"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "$(BUILD_DIR)\MePlatformGetResetTypeProtocolLib.lib"
	Parent  = "MePlatformGetResetTypeProtocolLib_LIB"
	InvokeOrder = AfterParent
End