summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/Library/AMT/AmtLibrary.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'ReferenceCode/ME/Library/AMT/AmtLibrary.sdl')
-rw-r--r--ReferenceCode/ME/Library/AMT/AmtLibrary.sdl20
1 files changed, 20 insertions, 0 deletions
diff --git a/ReferenceCode/ME/Library/AMT/AmtLibrary.sdl b/ReferenceCode/ME/Library/AMT/AmtLibrary.sdl
new file mode 100644
index 0000000..0e43375
--- /dev/null
+++ b/ReferenceCode/ME/Library/AMT/AmtLibrary.sdl
@@ -0,0 +1,20 @@
+TOKEN
+ Name = "AmtLibrary_SUPPORT"
+ Value = "1"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable AmtLibDxe support in Project"
+End
+
+PATH
+ Name = "AmtLibrary_DIR"
+ Help = "iAMT Library file source directory"
+End
+
+ELINK
+ Name = "/I$(AmtLibrary_DIR)\Include"
+ Parent = "ME_INCLUDES"
+ InvokeOrder = AfterParent
+End