Last change
on this file was 101291, checked in by vboxsync, 19 months ago |
EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.0 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # OVMF ACPI Platform Driver for Xen guests
|
---|
3 | #
|
---|
4 | # Copyright (C) 2021, Red Hat, Inc.
|
---|
5 | # Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.<BR>
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x00010005
|
---|
12 | BASE_NAME = XenAcpiPlatform
|
---|
13 | FILE_GUID = fa0a48ac-767d-4c88-b70c-ec54c8b900c4
|
---|
14 | MODULE_TYPE = DXE_DRIVER
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | ENTRY_POINT = AcpiPlatformEntryPoint
|
---|
17 |
|
---|
18 | #
|
---|
19 | # The following information is for reference only and not required by the build tools.
|
---|
20 | #
|
---|
21 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
22 | #
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | AcpiPlatform.c
|
---|
26 | AcpiPlatform.h
|
---|
27 | EntryPoint.c
|
---|
28 |
|
---|
29 | [Packages]
|
---|
30 | MdePkg/MdePkg.dec
|
---|
31 | OvmfPkg/OvmfPkg.dec
|
---|
32 |
|
---|
33 | [LibraryClasses]
|
---|
34 | AcpiPlatformLib
|
---|
35 | BaseLib
|
---|
36 | DebugLib
|
---|
37 | UefiBootServicesTableLib
|
---|
38 | UefiDriverEntryPoint
|
---|
39 | XenPlatformLib
|
---|
40 |
|
---|
41 | [Protocols]
|
---|
42 | gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
---|
43 |
|
---|
44 | [Depex]
|
---|
45 | gEfiAcpiTableProtocolGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.