summaryrefslogtreecommitdiff
path: root/ReferenceCode/Haswell/Txt/Tools/TxtTools.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'ReferenceCode/Haswell/Txt/Tools/TxtTools.sdl')
-rw-r--r--ReferenceCode/Haswell/Txt/Tools/TxtTools.sdl23
1 files changed, 23 insertions, 0 deletions
diff --git a/ReferenceCode/Haswell/Txt/Tools/TxtTools.sdl b/ReferenceCode/Haswell/Txt/Tools/TxtTools.sdl
new file mode 100644
index 0000000..7dd99ed
--- /dev/null
+++ b/ReferenceCode/Haswell/Txt/Tools/TxtTools.sdl
@@ -0,0 +1,23 @@
+TOKEN
+ Name = "TxtTools_SUPPORT"
+ Value = "1"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable TxtTools support in Project"
+End
+
+PATH
+ Name = "TxtTools_DIR"
+ Help = "TXT Tools directory"
+End
+
+TOKEN
+ Name = "AP_FIXUP_FILE"
+ Value = "$(TxtTools_DIR)\Apfixup.txt"
+ Help = "Name of AP FFS fixup table file."
+ TokenType = Expression
+ TargetMAK = Yes
+ TargetH = Yes
+End