Last change
on this file since 85788 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:
886 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Base library instance for ResetSystem library class for OVMF
|
---|
3 | #
|
---|
4 | # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010005
|
---|
11 | BASE_NAME = BaseResetSystemLib
|
---|
12 | FILE_GUID = 66564872-21d4-4d2a-a68b-1e844f980820
|
---|
13 | MODULE_TYPE = BASE
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | LIBRARY_CLASS = ResetSystemLib|SEC PEI_CORE PEIM DXE_CORE
|
---|
16 |
|
---|
17 | #
|
---|
18 | # The following information is for reference only and not required by the build
|
---|
19 | # tools.
|
---|
20 | #
|
---|
21 | # VALID_ARCHITECTURES = IA32 X64
|
---|
22 | #
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | BaseResetShutdown.c
|
---|
26 | ResetSystemLib.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 | PciLib
|
---|
38 | TimerLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.