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

      2 # Intel QNC Library Instance

      3 #

      4 # Intel QNC Library Instance

      5 #

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

      7 #

      8 # This program and the accompanying materials

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

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

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

     12 #

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

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

     15 #

     16 ##

     17 
     18 [Defines]
     19   INF_VERSION                    = 0x00010005
     20   BASE_NAME                      = IntelQNCLib
     21   FILE_GUID                      = F5B2EA6C-8148-4a4e-88EA-38A4A51F389F
     22   MODULE_TYPE                    = BASE
     23   VERSION_STRING                 = 1.0
     24   LIBRARY_CLASS                  = IntelQNCLib
     25 
     26 
     27 #

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

     29 #

     30 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC

     31 #

     32 
     33 [Sources]
     34   PciExpress.c
     35   IntelQNCLib.c
     36   CommonHeader.h
     37 
     38 [Packages]
     39   MdePkg/MdePkg.dec
     40   QuarkSocPkg/QuarkSocPkg.dec
     41 
     42 [LibraryClasses]
     43   TimerLib
     44   DebugLib
     45   PcdLib
     46   PciLib
     47   IoLib
     48   PciCf8Lib
     49   BaseLib
     50   CpuLib
     51   QNCAccessLib
     52 
     53 [Pcd]
     54   gEfiQuarkNcSocIdTokenSpaceGuid.PcdPm1blkIoBaseAddress
     55   gEfiQuarkNcSocIdTokenSpaceGuid.PcdGbaIoBaseAddress
     56   gEfiQuarkNcSocIdTokenSpaceGuid.PcdGpe0blkIoBaseAddress
     57   gEfiQuarkNcSocIdTokenSpaceGuid.PcdPmbaIoBaseAddress
     58   gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmbaIoBaseAddress
     59   gEfiQuarkNcSocIdTokenSpaceGuid.PcdWdtbaIoBaseAddress
     60   gEfiQuarkNcSocIdTokenSpaceGuid.PcdRcbaMmioBaseAddress
     61   gEfiQuarkNcSocIdTokenSpaceGuid.PcdDeviceEnables
     62   gEfiQuarkNcSocIdTokenSpaceGuid.PcdPcieRootPortConfiguration
     63   gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
     64