summaryrefslogtreecommitdiff
path: root/Board/EM/MeWrapper/Icc/Protocol/IccProtocolLib.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/MeWrapper/Icc/Protocol/IccProtocolLib.sdl')
-rw-r--r--Board/EM/MeWrapper/Icc/Protocol/IccProtocolLib.sdl29
1 files changed, 29 insertions, 0 deletions
diff --git a/Board/EM/MeWrapper/Icc/Protocol/IccProtocolLib.sdl b/Board/EM/MeWrapper/Icc/Protocol/IccProtocolLib.sdl
new file mode 100644
index 0000000..2f3f33e
--- /dev/null
+++ b/Board/EM/MeWrapper/Icc/Protocol/IccProtocolLib.sdl
@@ -0,0 +1,29 @@
+TOKEN
+ Name = "IccProtocolLib_SUPPORT"
+ Value = "1"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable IccProtocolLib support in Project"
+End
+
+PATH
+ Name = "IccProtocol_DIR"
+End
+
+MODULE
+ File = "IccProtocolLib.mak"
+ Help = "Includes IccProtocolLib.mak to Project"
+End
+
+ELINK
+ Name = "IccProtocol_LIB"
+ InvokeOrder = ReplaceParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\IccProtocolLib.lib"
+ Parent = "IccProtocol_LIB"
+ InvokeOrder = AfterParent
+End