TianoCore EDK2 master
|
#include <Uefi.h>
Go to the source code of this file.
Variables | |
EFI_RUNTIME_SERVICES | MockRuntime |
EFI_RUNTIME_SERVICES * | gRT = &MockRuntime |
Mock implementation of the UEFI Runtime Services Table Library.
Copyright (C) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file MockUefiRuntimeServicesTableLib.c.
EFI_RUNTIME_SERVICES* gRT = &MockRuntime |
Cached copy of the EFI Runtime Services Table
Definition at line 13 of file MockUefiRuntimeServicesTableLib.c.
|
extern |
Mock version of the UEFI Runtime Services Table
Definition at line 64 of file DxeResetSystemLibUnitTest.c.