summaryrefslogtreecommitdiff
path: root/Board/EM/Platform/SMBIOSUpdateData/SMBIOSUpdateData.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/Platform/SMBIOSUpdateData/SMBIOSUpdateData.sdl')
-rw-r--r--Board/EM/Platform/SMBIOSUpdateData/SMBIOSUpdateData.sdl24
1 files changed, 24 insertions, 0 deletions
diff --git a/Board/EM/Platform/SMBIOSUpdateData/SMBIOSUpdateData.sdl b/Board/EM/Platform/SMBIOSUpdateData/SMBIOSUpdateData.sdl
new file mode 100644
index 0000000..e4b7448
--- /dev/null
+++ b/Board/EM/Platform/SMBIOSUpdateData/SMBIOSUpdateData.sdl
@@ -0,0 +1,24 @@
+TOKEN
+ Name = "SMBIOSUpdateData_SUPPORT"
+ Value = "1"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable SMBIOSUpdateData support in Project"
+End
+
+MODULE
+ Help = "Includes SMBIOSUpdateData.mak to Project"
+ File = "SMBIOSUpdateData.mak"
+End
+
+PATH
+ Name = "SMBIOSUpdateData_DIR"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\SMBIOSUpdateData.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End