]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.c
3540e1c039ffb76dbcf0af386c0eccd02797bdbd
[mirror_edk2.git] / MdeModulePkg / Library / DxeResetSystemLib / 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 MockRuntime;
12
13 EFI_RUNTIME_SERVICES *gRT = &MockRuntime;