summaryrefslogtreecommitdiff
path: root/ReferenceCode/AcpiTables/Dptf/Dxe/DptfDxe.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'ReferenceCode/AcpiTables/Dptf/Dxe/DptfDxe.sdl')
-rw-r--r--ReferenceCode/AcpiTables/Dptf/Dxe/DptfDxe.sdl30
1 files changed, 30 insertions, 0 deletions
diff --git a/ReferenceCode/AcpiTables/Dptf/Dxe/DptfDxe.sdl b/ReferenceCode/AcpiTables/Dptf/Dxe/DptfDxe.sdl
new file mode 100644
index 0000000..03960e9
--- /dev/null
+++ b/ReferenceCode/AcpiTables/Dptf/Dxe/DptfDxe.sdl
@@ -0,0 +1,30 @@
+TOKEN
+ Name = DptfDxe_SUPPORT
+ Value = 1
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable DptfDxe support in Project"
+End
+
+MODULE
+ Help = "Includes DptfDxe.mak to Project"
+ File = "DptfDxe.mak"
+End
+
+PATH
+ Name = "INTEL_DPTF_DXE_DIR"
+End
+
+ELINK
+ Name = "/I$(INTEL_DPTF_DXE_DIR)"
+ Parent = "DPTF_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\DptfDxe.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End