Last change
on this file since 94368 was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
918 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) 2020, Rebecca Cran <rebecca@bsdio.com>
|
---|
7 | # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
8 | # Copyright (c) 2014, Pluribus Networks, Inc.
|
---|
9 | #
|
---|
10 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
11 | #
|
---|
12 | ##
|
---|
13 |
|
---|
14 | [Defines]
|
---|
15 | INF_VERSION = 1.29
|
---|
16 | BASE_NAME = PlatformAcpiTables
|
---|
17 | FILE_GUID = B4BA6241-936C-4485-A483-9FA832C758CA
|
---|
18 | MODULE_TYPE = USER_DEFINED
|
---|
19 | VERSION_STRING = 1.0
|
---|
20 |
|
---|
21 | #
|
---|
22 | # The following information is for reference only and not required by the build tools.
|
---|
23 | #
|
---|
24 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
25 | #
|
---|
26 |
|
---|
27 | [Sources]
|
---|
28 | Dsdt.asl
|
---|
29 | Facp.aslc
|
---|
30 | Facs.aslc
|
---|
31 | Hpet.aslc
|
---|
32 | Madt.aslc
|
---|
33 | Mcfg.aslc
|
---|
34 | Platform.h
|
---|
35 | Spcr.aslc
|
---|
36 |
|
---|
37 | [Packages]
|
---|
38 | MdePkg/MdePkg.dec
|
---|
39 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.