summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Library/Dxe/GraphicsLite/GraphicsLite.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'EDK/Foundation/Library/Dxe/GraphicsLite/GraphicsLite.sdl')
-rw-r--r--EDK/Foundation/Library/Dxe/GraphicsLite/GraphicsLite.sdl26
1 files changed, 26 insertions, 0 deletions
diff --git a/EDK/Foundation/Library/Dxe/GraphicsLite/GraphicsLite.sdl b/EDK/Foundation/Library/Dxe/GraphicsLite/GraphicsLite.sdl
new file mode 100644
index 0000000..437059b
--- /dev/null
+++ b/EDK/Foundation/Library/Dxe/GraphicsLite/GraphicsLite.sdl
@@ -0,0 +1,26 @@
+TOKEN
+ Name = "GraphicsLite_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable GraphicsLite support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+TOKEN
+ Name = "GRAPHICSLITE"
+ Value = "$(BUILD_DIR)\GraphicsLite.lib"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+PATH
+ Name = "GraphicsLite_DIR"
+End
+
+MODULE
+ Help = "Includes GraphicsLite.mak to Project"
+ File = "GraphicsLite.mak"
+End
+