summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Test/Mock/Library/GoogleTest/MockDtPlatformDtbLoaderLib/MockDtPlatformDtbLoaderLib.cpp
blob: a5db68e59a0992ddb771617dedbc3595045777a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/** @file
  Google Test mocks for MockDtPlatformDtbLoaderLib

  Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
  Copyright (c) 2023, Intel Corporation. All rights reserved.
  SPDX-License-Identifier: BSD-2-Clause-Patent
**/

#include <GoogleTest/Library/MockDtPlatformDtbLoaderLib.h>

MOCK_INTERFACE_DEFINITION (MockDtPlatformDtbLoaderLib);

MOCK_FUNCTION_DEFINITION (MockDtPlatformDtbLoaderLib, DtPlatformLoadDtb, 2, EFIAPI);