Last change
on this file since 109019 was 108794, checked in by vboxsync, 4 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:
1.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # DXE library instance for ResetSystem library class for Xen
|
---|
3 | #
|
---|
4 | # Copyright (C) 2020, Red Hat, Inc.
|
---|
5 | # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
6 | # Copyright (c) 2022, Citrix Systems, Inc.
|
---|
7 | #
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 1.29
|
---|
14 | BASE_NAME = DxeResetSystemLibXen
|
---|
15 | FILE_GUID = a5ac25e6-4dc5-4fd9-92cd-74e46bd2e72a
|
---|
16 | MODULE_TYPE = DXE_DRIVER
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = ResetSystemLib|DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION
|
---|
19 | CONSTRUCTOR = DxeResetInit
|
---|
20 |
|
---|
21 | #
|
---|
22 | # The following information is for reference only and not required by the build
|
---|
23 | # tools.
|
---|
24 | #
|
---|
25 | # VALID_ARCHITECTURES = IA32 X64
|
---|
26 | #
|
---|
27 |
|
---|
28 | [Sources]
|
---|
29 | DxeResetShutdownXen.c
|
---|
30 | ResetSystemLib.c
|
---|
31 |
|
---|
32 | [Packages]
|
---|
33 | MdeModulePkg/MdeModulePkg.dec
|
---|
34 | MdePkg/MdePkg.dec
|
---|
35 | OvmfPkg/OvmfPkg.dec
|
---|
36 |
|
---|
37 | [LibraryClasses]
|
---|
38 | BaseLib
|
---|
39 | DebugLib
|
---|
40 | IoLib
|
---|
41 | PcdLib
|
---|
42 | TimerLib
|
---|
43 | XenHypercallLib
|
---|
44 |
|
---|
45 | [Pcd]
|
---|
46 | gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId ## CONSUMES
|
---|
Note:
See
TracBrowser
for help on using the repository browser.