]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeResetSystemLib/UnitTest/DxeResetSystemLibUnitTestHost.inf
MdeModulePkg: Add DxeResetSystemLib unit test
[mirror_edk2.git] / MdeModulePkg / Library / DxeResetSystemLib / UnitTest / DxeResetSystemLibUnitTestHost.inf
diff --git a/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/DxeResetSystemLibUnitTestHost.inf b/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/DxeResetSystemLibUnitTestHost.inf
new file mode 100644 (file)
index 0000000..54f968e
--- /dev/null
@@ -0,0 +1,34 @@
+## @file\r
+# Unit tests of the DxeResetSystemLib instance of the ResetSystemLib class\r
+#\r
+# Copyright (C) Microsoft Corporation.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010006\r
+  BASE_NAME                      = DxeResetSystemLibUnitTestHost\r
+  FILE_GUID                      = 83E35653-B943-4C5F-BA08-9B2996AE9273\r
+  MODULE_TYPE                    = HOST_APPLICATION\r
+  VERSION_STRING                 = 1.0\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+\r
+[Sources]\r
+  DxeResetSystemLibUnitTest.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec\r
+\r
+[LibraryClasses]\r
+  ResetSystemLib\r
+  BaseLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  UnitTestLib\r