blob: a0d53185c6492312c53ad9dbfe9b08c92863bf27 [file]
/** @file
Google Test mocks for SecureBootVariableLib
Copyright (C) Microsoft Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <Library/GoogleTestLib.h>
#include <Library/FunctionMockLib.h>
extern "C" {
#include <Uefi.h>
#include <UefiSecureBoot.h>
#include <Guid/ImageAuthentication.h>
#include <Library/SecureBootVariableLib.h>
}
struct MockSecureBootVariableLib {
MOCK_INTERFACE_DECLARATION (MockSecureBootVariableLib);
MOCK_FUNCTION_DECLARATION (
BOOLEAN,
IsSecureBootEnabled,
()
);
};