]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.inf
MdeModulePkg: Add DxeResetSystemLib unit test
[mirror_edk2.git] / MdeModulePkg / Library / DxeResetSystemLib / UnitTest / MockUefiRuntimeServicesTableLib.inf
1 ## @file
2 # Mock implementation of the UEFI Runtime Services Table Library.
3 #
4 # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = MockUefiRuntimeServicesTableLib
12 FILE_GUID = 4EA215EE-85C1-4A0A-847F-D2A8DE20805F
13 MODULE_TYPE = UEFI_DRIVER
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = UefiRuntimeServicesTableLib|HOST_APPLICATION
16
17 #
18 # VALID_ARCHITECTURES = IA32 X64 EBC
19 #
20
21 [Sources]
22 MockUefiRuntimeServicesTableLib.c
23
24 [Packages]
25 MdePkg/MdePkg.dec