1##
2#  Component description file for PlatformAcpiTables module.
3#
4#  ACPI table data and ASL sources required to boot the platform.
5#
6#  Copyright (c) 2013, Linaro Ltd.
7#
8#  This program and the accompanying materials
9#  are licensed and made available under the terms and conditions of the BSD License
10#  which accompanies this distribution.  The full text of the license may be found at
11#  http://opensource.org/licenses/bsd-license.php
12#
13#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15#
16##
17
18[Defines]
19  INF_VERSION                    = 0x00010005
20  BASE_NAME                      = PlatformAcpiTables
21  FILE_GUID                      = 7E374E25-8E01-4FEE-87F2-390C23C606CD
22  MODULE_TYPE                    = USER_DEFINED
23  VERSION_STRING                 = 1.0
24
25[Sources]
26  apic.asl
27  dsdt.asl
28  facp.asl
29  gtdt.asl
30  dbg2.asl
31  spcr.asl
32
33[Packages]
34  MdePkg/MdePkg.dec
35