summaryrefslogtreecommitdiff
path: root/Core/EM/OemActivation/SmmOemActivation.sdl
blob: 3234943368056f1f58ef5bb212f2103c9ab68a08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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