]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/ResetSystemLib/BaseResetSystemLib.inf
OvmfPkg/ResetSystemLib: rename to BaseResetSystemLib
[mirror_edk2.git] / OvmfPkg / Library / ResetSystemLib / BaseResetSystemLib.inf
1 ## @file
2 # Base 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 = BaseResetSystemLib
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
19 # tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64
22 #
23
24 [Sources]
25 BaseResetShutdown.c
26 ResetSystemLib.c
27
28 [Packages]
29 MdeModulePkg/MdeModulePkg.dec
30 MdePkg/MdePkg.dec
31 OvmfPkg/OvmfPkg.dec
32
33 [LibraryClasses]
34 BaseLib
35 DebugLib
36 IoLib
37 PciLib
38 TimerLib