summaryrefslogtreecommitdiff
path: root/ReferenceCode/AcpiTables/Dptf/AcpiTables/DptfAcpiTables.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'ReferenceCode/AcpiTables/Dptf/AcpiTables/DptfAcpiTables.sdl')
-rw-r--r--ReferenceCode/AcpiTables/Dptf/AcpiTables/DptfAcpiTables.sdl31
1 files changed, 31 insertions, 0 deletions
diff --git a/ReferenceCode/AcpiTables/Dptf/AcpiTables/DptfAcpiTables.sdl b/ReferenceCode/AcpiTables/Dptf/AcpiTables/DptfAcpiTables.sdl
new file mode 100644
index 0000000..50d6780
--- /dev/null
+++ b/ReferenceCode/AcpiTables/Dptf/AcpiTables/DptfAcpiTables.sdl
@@ -0,0 +1,31 @@
+TOKEN
+ Name = DptfAcpiTables_SUPPORT
+ Value = 1
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable DptfAcpiTables support in Project"
+End
+
+MODULE
+ Help = "Includes DptfAcpiTables.mak to Project"
+ File = "DptfAcpiTables.mak"
+End
+
+PATH
+ Name = "INTEL_DPTF_ACPI_TABLE_DIR"
+End
+
+TOKEN
+ Name = "INTEL_DPTF_ASL_FILE"
+ Value = "$(INTEL_DPTF_ACPI_TABLE_DIR)\Dptf.asl"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\DptfAcpiTables.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End \ No newline at end of file