From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- .../AuthenticatedVariable/AuthVariable.sdl | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Core/EM/SecurityPkg/AuthenticatedVariable/AuthVariable.sdl (limited to 'Core/EM/SecurityPkg/AuthenticatedVariable/AuthVariable.sdl') 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 -- cgit v1.2.3