Home | History | Annotate | Download | only in AcpiTables
      1 ## @file

      2 # Component description file for PlatformAcpiTable module.

      3 #

      4 # Build acpi table data required by system boot.

      5 # All .asi files tagged with "ToolCode="DUMMY"" in following

      6 # file list are device description and are included by top

      7 # level ASL file which will be dealed with by asl.exe application.

      8 #

      9 # Copyright (c) 2013-2015 Intel Corporation.

     10 #

     11 # This program and the accompanying materials

     12 # are licensed and made available under the terms and conditions of the BSD License

     13 # which accompanies this distribution.  The full text of the license may be found at

     14 # http://opensource.org/licenses/bsd-license.php

     15 #

     16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,

     17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

     18 #

     19 ##

     20 
     21 [Defines]
     22   INF_VERSION                    = 0x00010005
     23   BASE_NAME                      = AcpiTables
     24   FILE_GUID                      = 7E374E25-8E01-4FEE-87F2-390C23C606CD
     25   MODULE_TYPE                    = USER_DEFINED
     26   VERSION_STRING                 = 1.0
     27 
     28 #

     29 # The following information is for reference only and not required by the build tools.

     30 #

     31 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC

     32 #

     33 
     34 [Sources]
     35   Facs/Facs.aslc
     36   Fadt/Fadt2.0.aslc
     37   Hpet/Hpet.aslc
     38   Mcfg/Mcfg.aslc
     39   Dsdt/Platform.asl
     40   CpuPm/CpuPm.asl
     41   Cpu0Cst/Cpu0Cst.asl
     42   Cpu0Ist/Cpu0Ist.asl
     43   Cpu0Tst/Cpu0Tst.asl
     44 
     45 [Packages]
     46   MdePkg/MdePkg.dec
     47   QuarkPlatformPkg/QuarkPlatformPkg.dec
     48   QuarkSocPkg/QuarkSocPkg.dec
     49