summaryrefslogtreecommitdiff
path: root/Board/EM/Platform/IntelRefVerDisplay/IntelRefVerDisplay.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/Platform/IntelRefVerDisplay/IntelRefVerDisplay.sdl')
-rw-r--r--Board/EM/Platform/IntelRefVerDisplay/IntelRefVerDisplay.sdl36
1 files changed, 36 insertions, 0 deletions
diff --git a/Board/EM/Platform/IntelRefVerDisplay/IntelRefVerDisplay.sdl b/Board/EM/Platform/IntelRefVerDisplay/IntelRefVerDisplay.sdl
new file mode 100644
index 0000000..78bc42a
--- /dev/null
+++ b/Board/EM/Platform/IntelRefVerDisplay/IntelRefVerDisplay.sdl
@@ -0,0 +1,36 @@
+TOKEN
+ Name = "IntelRefVerDisplay_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable IntelRefVerDisplay support in Project"
+ TokenType = Boolean
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "IntelRefVerDisplay_DIR"
+End
+
+MODULE
+ Help = "Includes IntelRefVerDisplay.mak to Project"
+ File = "IntelRefVerDisplay.mak"
+End
+
+ELINK
+ Name = "InitIntelVersionInfo,"
+ Parent = "SetupStringInit"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\IntelRefVerDisplay.sdb"
+ Parent = "SETUP_SDBS"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "$(IntelRefVerDisplay_DIR)\IntelRefVerDisplay.sd"
+ Parent = "SETUP_DEFINITIONS"
+ InvokeOrder = AfterParent
+End