]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiRuntimeServicesTableLib.inf
SecurityPkg: SecureBootVariableLib: Added unit tests
[mirror_edk2.git] / SecurityPkg / Library / SecureBootVariableLib / UnitTest / MockUefiRuntimeServicesTableLib.inf
CommitLineData
dbc4e367 1## @file\r
2# Mock implementation of the UEFI Runtime Services Table Library.\r
3#\r
4# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = MockUefiRuntimeServicesTableLib\r
12 FILE_GUID = 84CE0021-ABEE-403C-9A1B-763CCF2D40F1\r
13 MODULE_TYPE = UEFI_DRIVER\r
14 VERSION_STRING = 1.0\r
15 LIBRARY_CLASS = UefiRuntimeServicesTableLib|HOST_APPLICATION\r
16\r
17#\r
18# VALID_ARCHITECTURES = IA32 X64 EBC\r
19#\r
20\r
21[Sources]\r
22 MockUefiRuntimeServicesTableLib.c\r
23\r
24[Packages]\r
25 MdePkg/MdePkg.dec\r