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/SecurityPkg/AuthenticatedVariable/AuthVariable.sdl | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/SecurityPkg/AuthenticatedVariable/AuthVariable.sdl')
-rw-r--r-- | Core/EM/SecurityPkg/AuthenticatedVariable/AuthVariable.sdl | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Core/EM/SecurityPkg/AuthenticatedVariable/AuthVariable.sdl b/Core/EM/SecurityPkg/AuthenticatedVariable/AuthVariable.sdl new file mode 100644 index 0000000..e90eddc --- /dev/null +++ b/Core/EM/SecurityPkg/AuthenticatedVariable/AuthVariable.sdl @@ -0,0 +1,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 |