summaryrefslogtreecommitdiff
path: root/Core/EM/EdkIILib/EdkIILib.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/EdkIILib/EdkIILib.sdl')
-rw-r--r--Core/EM/EdkIILib/EdkIILib.sdl26
1 files changed, 26 insertions, 0 deletions
diff --git a/Core/EM/EdkIILib/EdkIILib.sdl b/Core/EM/EdkIILib/EdkIILib.sdl
new file mode 100644
index 0000000..cd491cc
--- /dev/null
+++ b/Core/EM/EdkIILib/EdkIILib.sdl
@@ -0,0 +1,26 @@
+TOKEN
+ Name = EdkIILib_SUPPORT
+ Value = 1
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable Edk II compatibility library support in Project"
+End
+
+PATH
+ Name = EdkIILib_DIR
+ Help = "Path to Edk II compatibility library Module in Project"
+End
+
+MODULE
+ Help = "Includes EdkIILib.mak to Project"
+ File = "EdkIILib.mak"
+End
+
+TOKEN
+ Name = "EDK_II_LIB"
+ Value = "$$(LIB_BUILD_DIR)\EdkIILib.lib"
+ TokenType = Expression
+ TargetMAK = Yes
+End \ No newline at end of file