Home | History | Annotate | Download | only in Wpce791
      1 #
      2 #
      3 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
      4 #                                                                                  

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

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

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

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

     14 #                                                                                  

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

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

     20 #                                                                                  

     22 #
     23 #
     24 #
     25 #  Module Name:
     26 #
     27 #    SiO791.inf
     28 #
     29 #  Abstract:
     30 #
     31 #    Component description file for SIO791 module.
     32 #
     33 --*/
     34 
     35 [defines]
     36   INF_VERSION                    = 0x00010005
     37   BASE_NAME                      = SIO791
     38   FILE_GUID                      = 04A76C80-06B9-445e-B73E-CB8C61A6A964
     39   MODULE_TYPE                    = DXE_DRIVER
     40   VERSION_STRING                 = 1.0
     41   ENTRY_POINT                    = LpcDriverEntryPoint
     42 
     43 [sources.common]
     44  LpcIsaAcpi.h
     45  LpcSio.h
     46  LpcDriver.h
     47  LpcIsaAcpi.c
     48  LpcSio.c
     49  LpcDriver.c
     50 
     51 [Packages]
     52   MdePkg/MdePkg.dec
     53   Vlv2TbltDevicePkg/PlatformPkg.dec
     54   IntelFrameworkPkg/IntelFrameworkPkg.dec
     55   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
     56   PcAtChipsetPkg/PcAtChipsetPkg.dec
     57 
     58 
     59 [LibraryClasses]
     60   UefiDriverEntryPoint
     61   UefiBootServicesTableLib
     62   DevicePathLib
     63   UefiLib
     64   S3BootScriptLib
     65   DebugLib
     66 
     67 [Ppis]
     68 
     69 [Protocols]
     70   gEfiPciIoProtocolGuid
     71   gEfiIsaAcpiProtocolGuid
     72   gEfiLpcWpce791PolicyProtocolGuid
     73 
     74 [Guids]
     75 
     76 [Depex]
     77   TRUE
     78