]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.inf
MdeModulePkg: Add DxeResetSystemLib unit test
[mirror_edk2.git] / MdeModulePkg / Library / DxeResetSystemLib / UnitTest / MockUefiRuntimeServicesTableLib.inf
diff --git a/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.inf b/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.inf
new file mode 100644 (file)
index 0000000..e716b85
--- /dev/null
@@ -0,0 +1,25 @@
+## @file\r
+#  Mock implementation of the UEFI Runtime Services Table Library.\r
+#\r
+#  Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = MockUefiRuntimeServicesTableLib\r
+  FILE_GUID                      = 4EA215EE-85C1-4A0A-847F-D2A8DE20805F\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = UefiRuntimeServicesTableLib|HOST_APPLICATION\r
+\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
+#\r
+\r
+[Sources]\r
+  MockUefiRuntimeServicesTableLib.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r