]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.c
MdeModulePkg: Add DxeResetSystemLib unit test
[mirror_edk2.git] / MdeModulePkg / Library / DxeResetSystemLib / UnitTest / MockUefiRuntimeServicesTableLib.c
CommitLineData
184ee9b1
MK
1/** @file\r
2 Mock implementation of the UEFI Runtime Services Table Library.\r
3\r
4 Copyright (C) Microsoft Corporation.\r
5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
7**/\r
8\r
9#include <Uefi.h>\r
10\r
11extern EFI_RUNTIME_SERVICES MockRuntime;\r
12\r
13EFI_RUNTIME_SERVICES *gRT = &MockRuntime;\r