summaryrefslogtreecommitdiff
path: root/ReferenceCode/AcpiTables/SsdtPtid/SsdtPtid.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'ReferenceCode/AcpiTables/SsdtPtid/SsdtPtid.sdl')
-rw-r--r--ReferenceCode/AcpiTables/SsdtPtid/SsdtPtid.sdl32
1 files changed, 32 insertions, 0 deletions
diff --git a/ReferenceCode/AcpiTables/SsdtPtid/SsdtPtid.sdl b/ReferenceCode/AcpiTables/SsdtPtid/SsdtPtid.sdl
new file mode 100644
index 0000000..d1d3a87
--- /dev/null
+++ b/ReferenceCode/AcpiTables/SsdtPtid/SsdtPtid.sdl
@@ -0,0 +1,32 @@
+TOKEN
+ Name = "PTID_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable SsdtPtid support in Project"
+ TokenType = Boolean
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "INTEL_SSDTPTID_DIR"
+End
+
+TOKEN
+ Name = "INTEL_PTID_ASL_FILE"
+ Value = "$(INTEL_SSDTPTID_DIR)\ptid.asl"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+MODULE
+ Help = "Includes SsdtPtid.mak to Project"
+ File = "SsdtPtid.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\PTID.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+ Token = "PTID_SUPPORT" "=" "1"
+End