X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FLibrary%2FResetSystemLib%2FResetSystemLib.inf;fp=Nt32Pkg%2FLibrary%2FResetSystemLib%2FResetSystemLib.inf;h=b39f63ab6ff37fbbfb7deae115adabe8a863ed77;hp=0000000000000000000000000000000000000000;hb=00beb2abe74022dc9c63040f3af62c0299374cf8;hpb=ac79ee29426de94045b79ee4b64b729b01dd8b51 diff --git a/Nt32Pkg/Library/ResetSystemLib/ResetSystemLib.inf b/Nt32Pkg/Library/ResetSystemLib/ResetSystemLib.inf new file mode 100644 index 0000000000..b39f63ab6f --- /dev/null +++ b/Nt32Pkg/Library/ResetSystemLib/ResetSystemLib.inf @@ -0,0 +1,37 @@ +## @file +# +# Copyright (c) 2017, Intel Corporation. All rights reserved.
+# +# This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# +## + +[Defines] + INF_VERSION = 0x00010005 + BASE_NAME = Nt32ResetSystemLib + FILE_GUID = A7EBA1F6-5505-4fba-8895-386EE02B2FAC + MODULE_TYPE = BASE + VERSION_STRING = 1.0 + LIBRARY_CLASS = ResetSystemLib + +# +# The following information is for reference only and not required by the build tools. +# +# VALID_ARCHITECTURES = IA32 +# + +[Sources] + ResetSystemLib.c + +[Packages] + MdePkg/MdePkg.dec + Nt32Pkg/Nt32Pkg.dec + +[LibraryClasses] + WinNtLib + DebugLib