summaryrefslogtreecommitdiff
path: root/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgXport.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgXport.sdl')
-rw-r--r--Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgXport.sdl32
1 files changed, 32 insertions, 0 deletions
diff --git a/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgXport.sdl b/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgXport.sdl
new file mode 100644
index 0000000..42a90ba
--- /dev/null
+++ b/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDbgXport.sdl
@@ -0,0 +1,32 @@
+PATH
+ Name = "PeiDbgXport_DIR"
+End
+
+MODULE
+ Help = "Includes PeiDbgXport.mak to Project"
+ File = "PeiDbgXport.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\PeiDbgXport.ffs"
+ Parent = "FV_MAIN"
+ Token = "DEBUG_RX_FFS_IN_FVMAIN_SUPPORT" "=" "1"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\PeiDbgXport.ffs"
+ Parent = "FV_BB"
+ Token = "DEBUG_RX_FFS_IN_FVMAIN_SUPPORT" "=" "0"
+ InvokeOrder = AfterParent
+End
+
+TOKEN
+ Name = "TARGET_PROJECT_TAG"
+ Value = "$(PROJECT_TAG)$(PROJECT_MAJOR_VERSION)$(PROJECT_MINOR_VERSION).rom"
+ Help = "File name of the BIOS rom image"
+ TokenType = Expression
+ TargetMAK = Yes
+ TargetH = Yes
+ Range = "valid file name"
+End