]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Library/ResetSystemLib/ResetSystemLib.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / Library / ResetSystemLib / ResetSystemLib.inf
1 ## @file
2 #
3 # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
4 #
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = Nt32ResetSystemLib
12 FILE_GUID = A7EBA1F6-5505-4fba-8895-386EE02B2FAC
13 MODULE_TYPE = BASE
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = ResetSystemLib
16
17 #
18 # The following information is for reference only and not required by the build tools.
19 #
20 # VALID_ARCHITECTURES = IA32
21 #
22
23 [Sources]
24 ResetSystemLib.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 Nt32Pkg/Nt32Pkg.dec
29
30 [LibraryClasses]
31 WinNtLib
32 DebugLib