X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FSecureBootVariableLib%2FUnitTest%2FMockUefiRuntimeServicesTableLib.c;fp=SecurityPkg%2FLibrary%2FSecureBootVariableLib%2FUnitTest%2FMockUefiRuntimeServicesTableLib.c;h=e86192a05f324504afdfdef7b611d696002b7484;hp=0000000000000000000000000000000000000000;hb=dbc4e3675f507b2c6df4bd2a0f5bdba37ff0d54c;hpb=5678ebb42b5137556b8d62dd8a3c5779d5a21a48 diff --git a/SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiRuntimeServicesTableLib.c b/SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiRuntimeServicesTableLib.c new file mode 100644 index 0000000000..e86192a05f --- /dev/null +++ b/SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiRuntimeServicesTableLib.c @@ -0,0 +1,13 @@ +/** @file + Mock implementation of the UEFI Runtime Services Table Library. + + Copyright (C) Microsoft Corporation. + SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#include + +extern EFI_RUNTIME_SERVICES gMockRuntime; + +EFI_RUNTIME_SERVICES *gRT = &gMockRuntime;