Last change
on this file was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
940 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Base library instance for ResetSystem library class for bhyve
|
---|
3 | #
|
---|
4 | # Copyright (C) 2020, Rebecca Cran <rebecca@bsdio.com>
|
---|
5 | # Copyright (C) 2020, Red Hat, Inc.
|
---|
6 | # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
7 | #
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 1.29
|
---|
14 | BASE_NAME = BaseResetSystemLibBhyve
|
---|
15 | FILE_GUID = 5c71b08f-0ade-4607-8b9d-946c2757fee8
|
---|
16 | MODULE_TYPE = BASE
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = ResetSystemLib
|
---|
19 |
|
---|
20 | #
|
---|
21 | # The following information is for reference only and not required by the build
|
---|
22 | # tools.
|
---|
23 | #
|
---|
24 | # VALID_ARCHITECTURES = IA32 X64
|
---|
25 | #
|
---|
26 |
|
---|
27 | [Sources]
|
---|
28 | BaseResetShutdownBhyve.c
|
---|
29 | ResetSystemLib.c
|
---|
30 |
|
---|
31 | [Packages]
|
---|
32 | MdeModulePkg/MdeModulePkg.dec
|
---|
33 | MdePkg/MdePkg.dec
|
---|
34 | OvmfPkg/OvmfPkg.dec
|
---|
35 |
|
---|
36 | [LibraryClasses]
|
---|
37 | BaseLib
|
---|
38 | IoLib
|
---|
39 | TimerLib
|
---|
40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.