summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.sdl
blob: 7e4cac1de173f4c8059586242414c50358deb0c0 (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  = "EfiRuntimeLib_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable EfiRuntimeLib support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

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

PATH
	Name  = "EfiRuntimeLib_DIR"
End

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