summaryrefslogtreecommitdiff
path: root/Library/AmiPeiLib.sdl
diff options
context:
space:
mode:
authorraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
committerraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
commitb7c51c9cf4864df6aabb99a1ae843becd577237c (patch)
treeeebe9b0d0ca03062955223097e57da84dd618b9a /Library/AmiPeiLib.sdl
downloadzprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz
init. 1AQQW051HEADmaster
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