summaryrefslogtreecommitdiff
path: root/Core/EM/CSM/thunk/CsmVideo/CsmVideo.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/CSM/thunk/CsmVideo/CsmVideo.sdl')
-rw-r--r--Core/EM/CSM/thunk/CsmVideo/CsmVideo.sdl58
1 files changed, 58 insertions, 0 deletions
diff --git a/Core/EM/CSM/thunk/CsmVideo/CsmVideo.sdl b/Core/EM/CSM/thunk/CsmVideo/CsmVideo.sdl
new file mode 100644
index 0000000..19768e8
--- /dev/null
+++ b/Core/EM/CSM/thunk/CsmVideo/CsmVideo.sdl
@@ -0,0 +1,58 @@
+TOKEN
+ Name = "CsmVideo_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable CsmVideo support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+TOKEN
+ Name = "INT10_VESA_GO_SUPPORT"
+ Value = "1"
+ Help = "Enables/Disables support of the Graphics Output protocol using VESA INT10 extensions"
+ TokenType = Boolean
+ TargetH = Yes
+End
+
+TOKEN
+ Name = "INT10_VGA_GO_SUPPORT"
+ Value = "0"
+ Help = "Enables/Disables support of the Graphics Output protocol using standard VGA INT10 calls in 640x480 16 color mode.\If both VGA_GO_SUPPORT and VESA_GO_SUPPORT enabled, VGA calls will only be used if VESA extensions are not supported by the video card."
+ TokenType = Boolean
+ TargetH = Yes
+End
+
+TOKEN
+ Name = "INT10_SIMPLE_TEXT_SUPPORT"
+ Value = "1"
+ Help = "Enables/Disables support of the Simple Text Output protocol using text mode.\If VGA_GO_SUPPORT or VESA_GO_SUPPORT or both enabled, text mode will will only be used if neither VESA nor standard VGA graphical modes are supported"
+ TokenType = Boolean
+ TargetH = Yes
+End
+
+TOKEN
+ Name = "INT10_TRUST_EDID_INFORMATION"
+ Value = "1"
+ Help = "Some SSUs(Server Switch Units) return invalid EDID information, for these turn this switch off."
+ TokenType = Boolean
+ TargetH = Yes
+End
+
+
+PATH
+ Name = "CsmVideo_DIR"
+End
+
+MODULE
+ Help = "Includes CsmVideo.mak to Project"
+ File = "CsmVideo.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\CsmVideo.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+