]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OvmfPkg / Library / ResetSystemLib / ResetSystemLib.inf
1 ## @file
2 # Library instance for ResetSystem library class for OVMF
3 #
4 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = ResetSystemLib
12 FILE_GUID = 66564872-21d4-4d2a-a68b-1e844f980820
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 X64
21 #
22
23 [Sources]
24 ResetSystemLib.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 OvmfPkg/OvmfPkg.dec
29
30 [LibraryClasses]
31 DebugLib
32 IoLib
33 TimerLib