]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.inf
MdeModulePkg: Add DxeResetSystemLib unit test
[mirror_edk2.git] / MdeModulePkg / Library / DxeResetSystemLib / UnitTest / MockUefiRuntimeServicesTableLib.inf
CommitLineData
184ee9b1
MK
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 = 4EA215EE-85C1-4A0A-847F-D2A8DE20805F\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