summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.sdl
blob: f7583648f4f345578937afce1e59081985fcaaef (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
TOKEN
	Name  = "ArchProtocolLib_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable ArchProtocolLib support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

TOKEN
	Name  = "ARCHPROTOCOLLIB"
	Value  = "$(BUILD_DIR)\ArchProtocolLib.lib"
	TokenType = Expression
	TargetMAK = Yes
End

PATH
	Name  = "ArchProtocolLib_DIR"
End

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