]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf
OvmfPkg/ResetSystemLib: wrap long lines
[mirror_edk2.git] / OvmfPkg / Library / ResetSystemLib / ResetSystemLib.inf
CommitLineData
7ca30a6a 1## @file\r
2# Library instance for ResetSystem library class for OVMF\r
3#\r
dbf9cc87 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
b26f0cf9 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7ca30a6a 6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = ResetSystemLib\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
b36fbd36
LE
18# The following information is for reference only and not required by the build\r
19# tools.\r
7ca30a6a 20#\r
dbf9cc87 21# VALID_ARCHITECTURES = IA32 X64\r
7ca30a6a 22#\r
23\r
24[Sources]\r
25 ResetSystemLib.c\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
d52c2868 29 OvmfPkg/OvmfPkg.dec\r
7ca30a6a 30\r
31[LibraryClasses]\r
32 DebugLib\r
33 IoLib\r
aaebea27 34 PciLib\r
fb2ae5fd 35 TimerLib\r