]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/ResetSystemLib/BaseResetSystemLibBhyve.inf
OvmfPkg: Add BaseResetSystemLibBhyve
[mirror_edk2.git] / OvmfPkg / Library / ResetSystemLib / BaseResetSystemLibBhyve.inf
CommitLineData
f159102a
RC
1## @file\r
2# Base library instance for ResetSystem library class for bhyve\r
3#\r
4# Copyright (C) 2020, Rebecca Cran <rebecca@bsdio.com>\r
5# Copyright (C) 2020, Red Hat, Inc.\r
6# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 1.29\r
14 BASE_NAME = BaseResetSystemLibBhyve\r
15 FILE_GUID = 5c71b08f-0ade-4607-8b9d-946c2757fee8\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = ResetSystemLib\r
19\r
20#\r
21# The following information is for reference only and not required by the build\r
22# tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64\r
25#\r
26\r
27[Sources]\r
28 BaseResetShutdownBhyve.c\r
29 ResetSystemLib.c\r
30\r
31[Packages]\r
32 MdeModulePkg/MdeModulePkg.dec\r
33 MdePkg/MdePkg.dec\r
34 OvmfPkg/OvmfPkg.dec\r
35\r
36[LibraryClasses]\r
37 BaseLib\r
38 IoLib\r
39 TimerLib\r
40\r