]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf
MdeModulePkg: Add ResetUtility library class and BASE instance
[mirror_edk2.git] / MdeModulePkg / Library / ResetUtilityLib / ResetUtilityLib.inf
diff --git a/MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf b/MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf
new file mode 100644 (file)
index 0000000..2a4e53a
--- /dev/null
@@ -0,0 +1,40 @@
+## @file\r
+# This file contains the Reset Utility functions.\r
+#\r
+#  Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>\r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution.  The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#  \r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  \r
+##\r
+[Defines]\r
+  INF_VERSION         = 0x00010017\r
+  BASE_NAME           = ResetUtilityLib\r
+  FILE_GUID           = CAFC3CA1-3E32-449F-9B0E-40BA3CB73A12\r
+  VERSION_STRING      = 1.0\r
+  MODULE_TYPE         = BASE\r
+  LIBRARY_CLASS       = ResetUtilityLib\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
+  ResetUtility.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  DebugLib\r
+  BaseMemoryLib\r
+  ResetSystemLib\r