From d25a26544008bb3f09af1d2c29dca3392e4a6f53 Mon Sep 17 00:00:00 2001 From: Aaron <105021049+apop5@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:33:41 -0800 Subject: [PATCH] Updated to link to MuVarPolicyFoundationDxe driver documentation --- MfciPkg/Docs/Mfci_Integration_Guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MfciPkg/Docs/Mfci_Integration_Guide.md b/MfciPkg/Docs/Mfci_Integration_Guide.md index a5e937d415..2ff94d6979 100644 --- a/MfciPkg/Docs/Mfci_Integration_Guide.md +++ b/MfciPkg/Docs/Mfci_Integration_Guide.md @@ -94,6 +94,8 @@ When using `!include MfciPkg/MfciPkg.dsc.inc`, please ensure the platform pcds f * Variable Policy * Variable policy is used to protect MFCI's security data (UEFI variables) from malicious tampering +* MsCorePkg's [MuVarPolicyFoundationDxe](../../MsCorePkg/MuVarPolicyFoundationDxe/Feature_MuVarPolicyFoundationDxe_Readme.md) + * Variable policy phase notification support is required to secure some of the MFCI variables. * EDK2's SecureBootVariableLib, specifically: * ```DeleteSecureBootVariables()``` * EDK2's BaseCryptLib, specifically: