summaryrefslogtreecommitdiff
path: root/ReferenceCode/Haswell/Ppi/CpuPpiLib.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'ReferenceCode/Haswell/Ppi/CpuPpiLib.sdl')
-rw-r--r--ReferenceCode/Haswell/Ppi/CpuPpiLib.sdl31
1 files changed, 31 insertions, 0 deletions
diff --git a/ReferenceCode/Haswell/Ppi/CpuPpiLib.sdl b/ReferenceCode/Haswell/Ppi/CpuPpiLib.sdl
new file mode 100644
index 0000000..096d206
--- /dev/null
+++ b/ReferenceCode/Haswell/Ppi/CpuPpiLib.sdl
@@ -0,0 +1,31 @@
+TOKEN
+ Name = CpuPpiLib_SUPPORT
+ Value = "1"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable SaPpiLib support in Project"
+End
+
+MODULE
+ Help = "Includes SaPpiLib.mak to Project"
+ File = "CpuPpiLib.mak"
+End
+
+ELINK
+ Name = "CPU_PPI_LIB"
+ InvokeOrder = ReplaceParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\CpuPpiLib.lib"
+ Parent = "CPU_PPI_LIB"
+ InvokeOrder = AfterParent
+End
+
+PATH
+ Name = "CPU_PPI_LIB_DIR"
+End
+
+