summaryrefslogtreecommitdiff
path: root/Core/EM/OpalSecurity/OpalSecurity.sdl
blob: 946531dc2482beb2b10801931554a404be33ccf6 (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
TOKEN
    Name  = OpalSecurity_SUPPORT
    Value  = "1"
    TokenType = Boolean
    TargetMAK = Yes
    TargetH = Yes
    Master = Yes
    Help  = "Main switch to enable OpalSecurity support in Project"
End

TOKEN
    Name  = "TPer_LOCK_ON_RESET"
    Value  = "0"
    Help  = "Issue eDrive Lock On Reset"
    TokenType = Boolean
    TargetH = Yes
    TargetMAK = Yes
End

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

PATH
    Name  = "OpalSecurity_DIR"
End

ELINK
    Name  = "$(BUILD_DIR)\OpalSecurity.ffs"
    Parent  = "FV_MAIN"
    InvokeOrder = AfterParent
End