Last change
on this file was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
942 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | #
|
---|
3 | # Copyright (C) 2020, Rebecca Cran <[email protected]>
|
---|
4 | # Copyright (C) 2015 Nahanni Systems
|
---|
5 | # Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 1.29
|
---|
13 | BASE_NAME = BhyveFwCtlLib
|
---|
14 | FILE_GUID = fd982666-67f9-11e5-a42a-0025908602f6
|
---|
15 | MODULE_TYPE = BASE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = BhyveFwCtlLib|PEIM DXE_DRIVER DXE_RUNTIME_DRIVER
|
---|
18 |
|
---|
19 | CONSTRUCTOR = BhyveFwCtlInitialize
|
---|
20 |
|
---|
21 | #
|
---|
22 | # The following information is for reference only and not required by the build tools.
|
---|
23 | #
|
---|
24 | # VALID_ARCHITECTURES = X64
|
---|
25 | #
|
---|
26 |
|
---|
27 | [Sources]
|
---|
28 | BhyveFwCtlLib.c
|
---|
29 |
|
---|
30 | [Packages]
|
---|
31 | MdePkg/MdePkg.dec
|
---|
32 | OvmfPkg/OvmfPkg.dec
|
---|
33 |
|
---|
34 | [LibraryClasses]
|
---|
35 | BaseLib
|
---|
36 | BaseMemoryLib
|
---|
37 | DebugLib
|
---|
38 | IntrinsicLib
|
---|
39 | IoLib
|
---|
40 | MemoryAllocationLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.