summaryrefslogtreecommitdiff
path: root/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.sdl')
-rw-r--r--Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.sdl29
1 files changed, 29 insertions, 0 deletions
diff --git a/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.sdl b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.sdl
new file mode 100644
index 0000000..042f87d
--- /dev/null
+++ b/Core/EM/AMIDebugRx/binaries/LIBS/DebuggerLib/DebuggerLib.sdl
@@ -0,0 +1,29 @@
+PATH
+ Name = "DebuggerLib_DIR"
+End
+
+MODULE
+ Help = "Includes DebuggerLib.mak to Project"
+ File = "DebuggerLib.mak"
+End
+
+ELINK
+ Name = "InitDbgLdImageNotify,"
+ Parent = "DxeCoreInitialize"
+ Token = "REDIRECTION_ONLY_MODE" "!=" "1"
+ Token = "PeiDebugger_SUPPORT" "=" "1"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "PeiDbgSptLdr,"
+ Parent = "PeiCoreInitialize"
+ Token = "PeiDebugger_SUPPORT" "=" "1"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "ReadyToBootFunc,"
+ Parent = "DxeCoreInitialize"
+ InvokeOrder = AfterParent
+End \ No newline at end of file