1#
2#/*++
3#
4#Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
5#
6# This program and the accompanying materials are licensed and made available under
7# the terms and conditions of the BSD License that accompanies this distribution.
8# The full text of the license may be found at
9# http://opensource.org/licenses/bsd-license.php.
10#
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14#
15#Module Name:
16#
17#  PowerManagementAcpiTables.inf
18#
19#Abstract:
20#
21#  Component description file for the ACPI tables
22#
23#--*/
24
25[defines]
26  INF_VERSION                    = 0x00010005
27  BASE_NAME                      = PowerManagementAcpiTables2
28  FILE_GUID                      = 161BE597-E9C5-49DB-AE50-C462AB54EEDA
29  MODULE_TYPE                    = USER_DEFINED
30  VERSION_STRING                 = 1.0
31  EDK_RELEASE_VERSION            = 0x00020000
32  EFI_SPECIFICATION_VERSION      = 0x00020000
33
34
35[sources.common]
36  Ssdt/Cpu0Cst.asl
37  Ssdt/Cpu0Ist.asl
38  Ssdt/Cpu0Tst.asl
39  Ssdt/ApCst.asl
40  Ssdt/ApIst.asl
41  Ssdt/ApTst.asl
42  Ssdt/CpuPm.asl
43
44[Packages]
45  MdePkg/MdePkg.dec
46