diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.sdl | |
download | zprj-master.tar.xz |
Diffstat (limited to 'ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.sdl')
-rw-r--r-- | ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.sdl | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.sdl b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.sdl new file mode 100644 index 0000000..7664926 --- /dev/null +++ b/ReferenceCode/ME/BiosExtension/Efi/EfiMEBx/Mebx/Mebx.sdl @@ -0,0 +1,34 @@ +TOKEN + Name = "EFIMebx_SUPPORT" + Value = "1" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + TargetH = Yes + Master = Yes + Help = "Main switch to enable IccOverClocking support in Project" + Token = "iAMT_SUPPORT" "=" "1" +End + +MODULE + Help = "Includes Mebx.mak to Project" + File = "Mebx.mak" +End + +PATH + Name = "Mebx_DIR" +End + +ELINK + Name = "$(BUILD_DIR)\Mebx.ffs" + Parent = "FV_MAIN" + InvokeOrder = AfterParent +End + +TOKEN + Name = "EFIMebx_FILE_PATH" + Value = "$(Mebx_DIR)\Mebx.efi" + TokenType = Expression + TargetMAK = Yes + Help = "Mebx File name and path" +End |