summaryrefslogtreecommitdiff
path: root/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl')
-rw-r--r--Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl24
1 files changed, 24 insertions, 0 deletions
diff --git a/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl b/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl
new file mode 100644
index 0000000..b6ad7a5
--- /dev/null
+++ b/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl
@@ -0,0 +1,24 @@
+PATH
+ Name = "PeiDebugSupport_DIR"
+End
+
+MODULE
+ Help = "Includes PeiDebugSupport.mak to Project"
+ File = "PeiDebugSupport.mak"
+End
+
+
+# To move PeiDebugSupport.ffs to FV_MAIN refer the Release notes
+#ELINK
+# Name = "$(BUILD_DIR)\PeiDebugSupport.ffs"
+# Parent = "FV_MAIN"
+# Token = "DEBUG_RX_FFS_IN_FVMAIN_SUPPORT" "=" "1"
+# InvokeOrder = AfterParent
+#End
+
+ELINK
+ Name = "$(BUILD_DIR)\PeiDebugSupport.ffs"
+ Parent = "FV_BB"
+# Token = "DEBUG_RX_FFS_IN_FVMAIN_SUPPORT" "!=" "1"
+ InvokeOrder = AfterParent
+End