Home | History | Annotate | Download | only in AcpiTablesPCAT
      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 file list are device description and are included

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

      7 #

      8 # Copyright (c)  1999  - 2016, Intel Corporation. All rights reserved

      9 #

     10 # This program and the accompanying materials are licensed and made available under

     11 # the terms and conditions of the BSD License that accompanies this distribution.

     12 # The full text of the license may be found at

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

     14 #

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

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

     17 #

     18 #

     19 #

     20 ##

     21 
     22 [defines]
     23   INF_VERSION                    = 0x00010005
     24   BASE_NAME                      = AcpiTables
     25   FILE_GUID                      = 7E374E25-8E01-4FEE-87F2-390C23C606CD
     26   MODULE_TYPE                    = USER_DEFINED
     27   VERSION_STRING                 = 1.0
     28   EDK_RELEASE_VERSION            = 0x00020000
     29   EFI_SPECIFICATION_VERSION      = 0x00020000
     30 
     31 [sources.common]
     32   DSDT.ASL
     33   RhProxy.asl
     34   Facs/Facs.aslc
     35   Facp/Facp.aslc
     36   Madt/Madt30.aslc
     37   Mcfg/Mcfg.aslc
     38   Hpet/Hpet.aslc
     39   Lpit/Lpit.aslc
     40   Wsmt/Wsmt.aslc
     41 
     42 
     43 [Packages]
     44   MdePkg/MdePkg.dec
     45   Vlv2TbltDevicePkg/PlatformPkg.dec
     46   Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
     47