Last change
on this file since 108793 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
895 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # DXE library instance for ResetSystem library class for OVMF
|
---|
3 | #
|
---|
4 | # Copyright (C) 2020, Red Hat, Inc.
|
---|
5 | # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 1.29
|
---|
12 | BASE_NAME = ResetSystemLibMicrovm
|
---|
13 | FILE_GUID = 7cd630bb-f581-4d1a-97ca-9dbc900e26a4
|
---|
14 | MODULE_TYPE = BASE
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = ResetSystemLib|SEC PEI_CORE PEIM DXE_CORE
|
---|
17 |
|
---|
18 | #
|
---|
19 | # The following information is for reference only and not required by the build
|
---|
20 | # tools.
|
---|
21 | #
|
---|
22 | # VALID_ARCHITECTURES = IA32 X64
|
---|
23 | #
|
---|
24 |
|
---|
25 | [Sources]
|
---|
26 | ResetSystemLibMicrovm.c
|
---|
27 |
|
---|
28 | [Packages]
|
---|
29 | MdeModulePkg/MdeModulePkg.dec
|
---|
30 | MdePkg/MdePkg.dec
|
---|
31 | OvmfPkg/OvmfPkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | BaseLib
|
---|
35 | DebugLib
|
---|
36 | IoLib
|
---|
37 | TimerLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.