summaryrefslogtreecommitdiff
path: root/Core/CORE_DXE/CORE_DXESrc.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/CORE_DXE/CORE_DXESrc.sdl')
-rw-r--r--Core/CORE_DXE/CORE_DXESrc.sdl57
1 files changed, 57 insertions, 0 deletions
diff --git a/Core/CORE_DXE/CORE_DXESrc.sdl b/Core/CORE_DXE/CORE_DXESrc.sdl
new file mode 100644
index 0000000..3fc6362
--- /dev/null
+++ b/Core/CORE_DXE/CORE_DXESrc.sdl
@@ -0,0 +1,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
+