Last change
on this file since 98412 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
867 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Component description file for PlatformAcpiTables module.
|
---|
3 | #
|
---|
4 | # ACPI table data and ASL sources required to boot the platform.
|
---|
5 | #
|
---|
6 | # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = PlatformAcpiTables
|
---|
14 | FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD
|
---|
15 | MODULE_TYPE = USER_DEFINED
|
---|
16 | VERSION_STRING = 1.0
|
---|
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 | Platform.h
|
---|
26 | Madt.aslc
|
---|
27 | Facp.aslc
|
---|
28 | Facs.aslc
|
---|
29 | Dsdt.asl
|
---|
30 | Ssdt.asl
|
---|
31 |
|
---|
32 | [Packages]
|
---|
33 | MdePkg/MdePkg.dec
|
---|
34 | OvmfPkg/OvmfPkg.dec
|
---|
35 |
|
---|
36 | [Pcd]
|
---|
37 | gUefiOvmfPkgTokenSpaceGuid.PcdDebugIoPort
|
---|
38 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.