]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiRuntimeServicesTableLib.c
SecurityPkg: SecureBootVariableLib: Added unit tests
[mirror_edk2.git] / SecurityPkg / Library / SecureBootVariableLib / UnitTest / MockUefiRuntimeServicesTableLib.c
CommitLineData
dbc4e367 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 gMockRuntime;\r
12\r
13EFI_RUNTIME_SERVICES *gRT = &gMockRuntime;\r