]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf
MdePkg/Security2: Mark the File parameter as OPTIONAL.
[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
18# The following information is for reference only and not required by the build tools.\r
19#\r
dbf9cc87 20# VALID_ARCHITECTURES = IA32 X64\r
7ca30a6a 21#\r
22\r
23[Sources]\r
24 ResetSystemLib.c\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
d52c2868 28 OvmfPkg/OvmfPkg.dec\r
7ca30a6a 29\r
30[LibraryClasses]\r
31 DebugLib\r
32 IoLib\r
aaebea27 33 PciLib\r
fb2ae5fd 34 TimerLib\r