]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/Library/ResetSystemLib/BaseResetSystemLib.inf
OvmfPkg/ResetSystemLib: rename to BaseResetSystemLib
[mirror_edk2.git] / OvmfPkg / Library / ResetSystemLib / BaseResetSystemLib.inf
... / ...
CommitLineData
1## @file\r
2# Base library instance for ResetSystem library class for OVMF\r
3#\r
4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = BaseResetSystemLib\r
12 FILE_GUID = 66564872-21d4-4d2a-a68b-1e844f980820\r
13 MODULE_TYPE = BASE\r
14 VERSION_STRING = 1.0\r
15 LIBRARY_CLASS = ResetSystemLib\r
16\r
17#\r
18# The following information is for reference only and not required by the build\r
19# tools.\r
20#\r
21# VALID_ARCHITECTURES = IA32 X64\r
22#\r
23\r
24[Sources]\r
25 BaseResetShutdown.c\r
26 ResetSystemLib.c\r
27\r
28[Packages]\r
29 MdeModulePkg/MdeModulePkg.dec\r
30 MdePkg/MdePkg.dec\r
31 OvmfPkg/OvmfPkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 DebugLib\r
36 IoLib\r
37 PciLib\r
38 TimerLib\r