Last change
on this file was 108794, checked in by vboxsync, 3 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
952 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Base library instance for ResetSystem library class for Xen
|
---|
3 | #
|
---|
4 | # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # Copyright (c) 2022, Citrix Systems, Inc.
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = BaseResetSystemLib
|
---|
14 | FILE_GUID = 9ef32aa1-9e82-4fb1-9c49-0eff538601f8
|
---|
15 | MODULE_TYPE = BASE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = ResetSystemLib|SEC PEI_CORE PEIM DXE_CORE
|
---|
18 |
|
---|
19 | #
|
---|
20 | # The following information is for reference only and not required by the build
|
---|
21 | # tools.
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = IA32 X64
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Sources]
|
---|
27 | BaseResetShutdownXen.c
|
---|
28 | ResetSystemLib.c
|
---|
29 |
|
---|
30 | [Packages]
|
---|
31 | MdeModulePkg/MdeModulePkg.dec
|
---|
32 | MdePkg/MdePkg.dec
|
---|
33 | OvmfPkg/OvmfPkg.dec
|
---|
34 |
|
---|
35 | [LibraryClasses]
|
---|
36 | BaseLib
|
---|
37 | DebugLib
|
---|
38 | IoLib
|
---|
39 | PciLib
|
---|
40 | TimerLib
|
---|
41 | XenHypercallLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.