summaryrefslogtreecommitdiff
path: root/Library/AmiPeiLib.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Library/AmiPeiLib.sdl')
-rw-r--r--Library/AmiPeiLib.sdl28
1 files changed, 28 insertions, 0 deletions
diff --git a/Library/AmiPeiLib.sdl b/Library/AmiPeiLib.sdl
new file mode 100644
index 0000000..c2de593
--- /dev/null
+++ b/Library/AmiPeiLib.sdl
@@ -0,0 +1,28 @@
+TOKEN
+ Name = "AmiPeiLib_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable AmiPeiLib support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+MODULE
+ Help = "Includes AmiPeiLib.mak to Project"
+ File = "AmiPeiLib.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\AmiPeiLib.lib"
+ Parent = "$(LIBRARY_DIR)\AmiPeiLib$(ARCH)$(DBG).lib"
+ InvokeOrder = ReplaceParent
+End
+
+TOKEN
+ Name = "MAX_PEI_PERF_LOG_ENTRIES"
+ Value = "28"
+ Help = "Maximum allowed number of PEI performance management entries in log database"
+ TokenType = Integer
+ TargetH = Yes
+End \ No newline at end of file