]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeResetSystemLib/UnitTest/DxeResetSystemLibUnitTestHost.inf
MdeModulePkg: Add DxeResetSystemLib unit test
[mirror_edk2.git] / MdeModulePkg / Library / DxeResetSystemLib / UnitTest / DxeResetSystemLibUnitTestHost.inf
CommitLineData
184ee9b1
MK
1## @file\r
2# Unit tests of the DxeResetSystemLib instance of the ResetSystemLib class\r
3#\r
4# Copyright (C) Microsoft Corporation.\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6##\r
7\r
8[Defines]\r
9 INF_VERSION = 0x00010006\r
10 BASE_NAME = DxeResetSystemLibUnitTestHost\r
11 FILE_GUID = 83E35653-B943-4C5F-BA08-9B2996AE9273\r
12 MODULE_TYPE = HOST_APPLICATION\r
13 VERSION_STRING = 1.0\r
14\r
15#\r
16# The following information is for reference only and not required by the build tools.\r
17#\r
18# VALID_ARCHITECTURES = IA32 X64\r
19#\r
20\r
21[Sources]\r
22 DxeResetSystemLibUnitTest.c\r
23\r
24[Packages]\r
25 MdePkg/MdePkg.dec\r
26 MdeModulePkg/MdeModulePkg.dec\r
27 UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec\r
28\r
29[LibraryClasses]\r
30 ResetSystemLib\r
31 BaseLib\r
32 BaseMemoryLib\r
33 DebugLib\r
34 UnitTestLib\r