summaryrefslogtreecommitdiff
path: root/Core/EM/OFBD/StdEC/StdEC.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/OFBD/StdEC/StdEC.sdl')
-rw-r--r--Core/EM/OFBD/StdEC/StdEC.sdl39
1 files changed, 39 insertions, 0 deletions
diff --git a/Core/EM/OFBD/StdEC/StdEC.sdl b/Core/EM/OFBD/StdEC/StdEC.sdl
new file mode 100644
index 0000000..1d2caf8
--- /dev/null
+++ b/Core/EM/OFBD/StdEC/StdEC.sdl
@@ -0,0 +1,39 @@
+TOKEN
+ Name = "StdEC_SUPPORT"
+ Value = "0"
+ Help = "Main switch to enable Embedded Controller Flash support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+TOKEN
+ Name = "STDECLIB"
+ Value = "$(BUILD_DIR)\StdEC.lib"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+PATH
+ Name = "OFBD_StdEC_DIR"
+End
+
+MODULE
+ Help = "Includes StdEC.mak to Project"
+ File = "StdEC.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\StdEC.lib"
+ Parent = "OFBDLISTLIB"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "StdECEntry,"
+ Parent = "OFBDPartsList"
+ Token = "StdEC_SUPPORT" "=" "1"
+ InvokeOrder = AfterParent
+End
+