]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiRuntimeServicesTableLib.c
e86192a05f324504afdfdef7b611d696002b7484
[mirror_edk2.git] / SecurityPkg / Library / SecureBootVariableLib / UnitTest / MockUefiRuntimeServicesTableLib.c
1 /** @file
2 Mock implementation of the UEFI Runtime Services Table Library.
3
4 Copyright (C) Microsoft Corporation.
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #include <Uefi.h>
10
11 extern EFI_RUNTIME_SERVICES gMockRuntime;
12
13 EFI_RUNTIME_SERVICES *gRT = &gMockRuntime;