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 /Core/EM/OemActivation/SmmOemActivation.sdl | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/OemActivation/SmmOemActivation.sdl')
-rw-r--r-- | Core/EM/OemActivation/SmmOemActivation.sdl | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Core/EM/OemActivation/SmmOemActivation.sdl b/Core/EM/OemActivation/SmmOemActivation.sdl new file mode 100644 index 0000000..3234943 --- /dev/null +++ b/Core/EM/OemActivation/SmmOemActivation.sdl @@ -0,0 +1,32 @@ +TOKEN + Name = "SmmOemActivation_SUPPORT" + Value = "0" + Help = "Switch to enable Update ACPI in the OS Runtime through the SW SMI for OEM Activation without rebooting the system." + TokenType = Boolean + TargetH = Yes + TargetMAK = Yes + Master = Yes +End + +TOKEN + Name = "SW_SMI_OA3_FUNCTION_NUMBER" + Value = "0xDF" + TokenType = Integer + TargetH = Yes + Token = "SmmOemActivation_SUPPORT" "=" "1" +End + +PATH + Name = "OemActivation_DIR" +End + +MODULE + Help = "Includes SmmOemActivation.mak to Project" + File = "SmmOemActivation.mak" +End + +ELINK + Name = "$(BUILD_DIR)\SmmOemActivation.ffs" + Parent = "FV_MAIN" + InvokeOrder = AfterParent +End |