summaryrefslogtreecommitdiff
path: root/Core/CORE_DXE/CORE_DXESrc.sdl
blob: 3fc6362f95f57a2c96a2e9d94a89aef4cb8e915e (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
48
49
50
51
52
53
54
55
56
57
TOKEN
	Name  = "CORE_DXESrc_SUPPORT"
	Value  = "1"
	Help  = "Main switch to enable CORE_DXESrc support in Project"
	TokenType = Boolean
	TargetEQU = Yes
	TargetMAK = Yes
	Master = Yes
End

TOKEN
	Name  = "TRACE_START"
	Value  = "1"
	TokenType = Boolean
	TargetH = Yes
	Token = "DEBUG_MODE" "!=" "0"
End

TOKEN
	Name  = "TRACE_STOP"
	Value  = "1"
	TokenType = Boolean
	TargetH = Yes
	Token = "DEBUG_MODE" "!=" "0"
End

TOKEN
	Name  = "CURSOR_BLINK_ENABLE"
	Value  = "0"
	Help  = "Enables and Disables the functionality to make the cursor blink"
	TokenType = Boolean
	TargetH = Yes
End

TOKEN
	Name  = "MM_LEGACY_RESERVE_MEM"
	Value  = "0x1000000"
	Help  = "DXE memory manager will try to keep memory in the range 0 - MM_LEGACY_RESERVE_MEM unallocated. \The memory in the range may still get allocated if the addresses in the range are specifically requested by \the AllocatePages calls, or if there is not enough free memory outside of the region to satisfy the request.\"
	TokenType = Integer
	TargetMAK = Yes
End

PATH
	Name  = "CORE_DXE_SRC_DIR"
End

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

ELINK
	Name  = "$(BUILD_DIR)\CORE_DXE.lib"
	Parent  = "$(CORE_DXE_DIR)\CORE_DXE$(ARCH)$(DBG).lib"
	InvokeOrder = ReplaceParent
End