summaryrefslogtreecommitdiff
path: root/Core/EM/Ahci/AhciSmm/AhciSmm.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/Ahci/AhciSmm/AhciSmm.sdl')
-rw-r--r--Core/EM/Ahci/AhciSmm/AhciSmm.sdl24
1 files changed, 24 insertions, 0 deletions
diff --git a/Core/EM/Ahci/AhciSmm/AhciSmm.sdl b/Core/EM/Ahci/AhciSmm/AhciSmm.sdl
new file mode 100644
index 0000000..d187ae4
--- /dev/null
+++ b/Core/EM/Ahci/AhciSmm/AhciSmm.sdl
@@ -0,0 +1,24 @@
+TOKEN
+ Name = "AhciSmm_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable AhciSmm support in Project"
+ TokenType = Boolean
+ TargetMAK = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "AHCI_SMM_DIR"
+End
+
+MODULE
+ Help = "Includes AhciSmm.mak to Project"
+ File = "AhciSmm.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\AhciSmm.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+