summaryrefslogtreecommitdiff
path: root/SecurityPkg/Test/Mock/Library/GoogleTest/MockPlatformPKProtectionLib/MockPlatformPKProtectionLib.cpp
blob: 6613d5ed199a606eb9bf1a579a2253db7384c648 (plain)
1
2
3
4
5
6
7
8
9
10
11
/** @file
  Google Test mocks for PlatformPKProtectionLib

  Copyright (c) 2022, Intel Corporation. All rights reserved.
  SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <GoogleTest/Library/MockPlatformPKProtectionLib.h>

MOCK_INTERFACE_DEFINITION (MockPlatformPKProtectionLib);

MOCK_FUNCTION_DEFINITION (MockPlatformPKProtectionLib, DisablePKProtection, 0, EFIAPI);