summaryrefslogtreecommitdiff
path: root/ReferenceCode/AcpiTables/Dptf/Dptf.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'ReferenceCode/AcpiTables/Dptf/Dptf.sdl')
-rw-r--r--ReferenceCode/AcpiTables/Dptf/Dptf.sdl26
1 files changed, 26 insertions, 0 deletions
diff --git a/ReferenceCode/AcpiTables/Dptf/Dptf.sdl b/ReferenceCode/AcpiTables/Dptf/Dptf.sdl
new file mode 100644
index 0000000..9786c10
--- /dev/null
+++ b/ReferenceCode/AcpiTables/Dptf/Dptf.sdl
@@ -0,0 +1,26 @@
+TOKEN
+ Name = Dptf_SUPPORT
+ Value = 1
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+ Help = "Main switch to enable Dptf support in Project"
+End
+
+PATH
+ Name = "INTEL_DPTF_DIR"
+ Help = "Intel DPTF source directory"
+End
+
+ELINK
+ Name = "DPTF_INCLUDES"
+ InvokeOrder = ReplaceParent
+End
+
+ELINK
+ Name = "/I$(INTEL_DPTF_DIR)"
+ Parent = "DPTF_INCLUDES"
+ InvokeOrder = AfterParent
+End \ No newline at end of file