Home | History | Annotate | Download | only in PciPlatform
      1 #/*++
      2 #
      3 # Copyright (c)  2003  - 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 #  Module Name:
     25 #
     26 #    PciPlatform.inf
     27 #
     28 #  Abstract:
     29 #
     30 #    Component description file for PciPlatform module.
     31 #
     32 --*/
     33 
     34 [defines]
     35   INF_VERSION          = 0x00010005
     36   BASE_NAME            = PciPlatform
     37   FILE_GUID            = E2441B64-7EF4-41fe-B3A3-8CAA7F8D3017
     38   MODULE_TYPE          = DXE_DRIVER
     39   VERSION_STRING       = 1.0
     40   ENTRY_POINT          = PciPlatformDriverEntry
     41 
     42 [sources.common]
     43   BoardPciPlatform.c
     44   PciPlatform.c
     45   PciPlatform.h
     46 
     47 [Guids]
     48   gEfiNormalSetupGuid
     49   gEfiPlatformBootModeGuid
     50 
     51 [Protocols]
     52   gEfiPciPlatformProtocolGuid
     53   gEfiCpuIoProtocolGuid
     54   gEfiFirmwareVolumeProtocolGuid
     55   gEfiPciRootBridgeIoProtocolGuid
     56   gEfiPciIoProtocolGuid
     57 
     58 [Packages]
     59   MdePkg/MdePkg.dec
     60   MdeModulePkg/MdeModulePkg.dec
     61   Vlv2TbltDevicePkg/PlatformPkg.dec
     62   Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
     63   IntelFrameworkPkg/IntelFrameworkPkg.dec
     64 
     65 [LibraryClasses]
     66   HobLib
     67   UefiDriverEntryPoint
     68   BaseLib
     69   BaseMemoryLib
     70   UefiDriverEntryPoint
     71   UefiBootServicesTableLib
     72   UefiRuntimeServicesTableLib
     73   DxeServicesTableLib
     74 
     75 [BuildOptions]
     76 
     77 [Depex]
     78   gEfiVariableArchProtocolGuid AND
     79   gEfiVariableWriteArchProtocolGuid
     80