summaryrefslogtreecommitdiff
path: root/Core/EM/SecurityPkg/AuthenticatedVariable/AuthVariable.sdl
blob: e90eddc67911bb5690812abce632777c4c741099 (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
33
34
35
36
37
38
39
40
41
42
43
44
TOKEN
    Name  = "AuthVariable_SUPPORT"
    Value  = "1"
    Help  = "Main switch to enable AuthVariable support in Project"
    TokenType = Boolean
    TargetH = Yes
    TargetMAK = Yes
    Master = Yes
End

TOKEN
    Name  = "USER_MODE_POLICY_OVERRIDE"
    Value  = "1"
    Help  = "Ignore Variable Authentication rules until AuthVarLock(ready to boot) event\A back door for Administrative Users to modify Secure Variables from Key Management Setup Page"
    TokenType = Boolean
    TargetH = Yes
End

PATH
    Name  = "AuthVariable_DIR"
    Help  = "Path to AuthVariable Module in Project"
End

MODULE
    Help  = "Includes AuthVariable.mak to Project"
    File  = "AuthVariable.mak"
End


ELINK
    Name  = "PhysicalUserPresenceDetect"
    InvokeOrder = ReplaceParent
End

ELINK
    Name  = "AuthVarAdminUserPresent,"
    InvokeOrder = AfterParent
    Parent = PhysicalUserPresenceDetect
End

ELINK
    Name  = "OemReadOnlyVariableList"
    InvokeOrder = ReplaceParent
End