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