summaryrefslogtreecommitdiff
path: root/Board/EM/Platform/Library/IntelPlatformProtocolLib.sdl
blob: 85a786ee14cb58e4d1ca983314a9b33df3b4d2da (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
TOKEN
	Name  = "INTEL_PLATFORM_PROTOCOL_LIB_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable INTEL_PLATFORM_PROTOCOL_LIB support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

PATH
	Name  = "IntelPlatformProtocolLib_DIR"
End

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

ELINK
	Name  = "INTEL_PLATFORM_PROTOCOL_INCLUDES"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "/I$(PROJECT_DIR)\Board\EM\Platform"
	Parent  = "INTEL_PLATFORM_PROTOCOL_INCLUDES"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "/I$(PROJECT_DIR)\Board\EM\Platform\Library"
	Parent  = "INTEL_PLATFORM_PROTOCOL_INCLUDES"
	InvokeOrder = AfterParent
End

ELINK
	Name  = "IntelPlatformProtocolLib_LIB"
	InvokeOrder = ReplaceParent
End

ELINK
	Name  = "$(BUILD_DIR)\IntelPlatformProtocolLib.lib"
	Parent  = "IntelPlatformProtocolLib_LIB"
	InvokeOrder = AfterParent
End