TianoCore EDK2 master
Loading...
Searching...
No Matches
MockUefiRuntimeServicesTableLib.c File Reference
#include <Uefi.h>

Go to the source code of this file.

Variables

EFI_RUNTIME_SERVICES MockRuntime
 
EFI_RUNTIME_SERVICESgRT = &MockRuntime
 

Detailed Description

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.

Variable Documentation

◆ gRT

Cached copy of the EFI Runtime Services Table

Definition at line 13 of file MockUefiRuntimeServicesTableLib.c.

◆ MockRuntime

EFI_RUNTIME_SERVICES MockRuntime
extern

Mock version of the UEFI Runtime Services Table

Definition at line 64 of file DxeResetSystemLibUnitTest.c.