X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FVariableAuthenticated%2FRuntimeDxe%2FVariableSmm.c;h=4ac582d49b54dc73c9e799881648ae20b9f52c7f;hp=eaef8d182c8a49f7361d11ae075b1764dce31e46;hb=c1d932429ef9700a2da64452546be14e92468b07;hpb=2e61fb38b6aaa17d22f1bf72332ccd4bc2f780eb diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.c b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.c index eaef8d182c..4ac582d49b 100644 --- a/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.c +++ b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.c @@ -50,6 +50,23 @@ UINTN mVariableBufferPayloadSize; extern BOOLEAN mEndOfDxe; extern BOOLEAN mEnableLocking; +/** + SecureBoot Hook for SetVariable. + + @param[in] VariableName Name of Variable to be found. + @param[in] VendorGuid Variable vendor GUID. + +**/ +VOID +EFIAPI +SecureBootHook ( + IN CHAR16 *VariableName, + IN EFI_GUID *VendorGuid + ) +{ + return ; +} + /** This code sets variable in storage blocks (Volatile or Non-Volatile).