• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2# Component description file for Quark South Cluster I2C library.
3#
4# I2C library implement QuarkSCSocId related drivers, includes:
5# PciHostBridge, PciExpress, SmmAccess driver and LegacyRegion driver.
6#
7# This driver contains I2C bus access routines:
8# 1. I2C Read (byte, multi-byte)
9# 2. I2C Write (byte, multi-byte)
10#
11# Copyright (c) 2013-2015 Intel Corporation.
12#
13# This program and the accompanying materials
14# are licensed and made available under the terms and conditions of the BSD License
15# which accompanies this distribution.  The full text of the license may be found at
16# http://opensource.org/licenses/bsd-license.php
17#
18# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20#
21##
22
23[Defines]
24  INF_VERSION                    = 0x00010005
25  BASE_NAME                      = I2cLib
26  FILE_GUID                      = 462d127a-c143-469e-8449-b6e36beb04a8
27  MODULE_TYPE                    = BASE
28  VERSION_STRING                 = 1.0
29  LIBRARY_CLASS                  = I2cLib
30
31#
32# The following information is for reference only and not required by the build tools.
33#
34#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
35#
36
37[Sources]
38  CommonHeader.h
39  I2cLib.c
40
41[Packages]
42  MdePkg/MdePkg.dec
43  MdeModulePkg/MdeModulePkg.dec
44  IntelFrameworkPkg/IntelFrameworkPkg.dec
45  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
46  QuarkSocPkg/QuarkSocPkg.dec
47
48[LibraryClasses]
49  PcdLib
50  PciLib
51  BaseMemoryLib
52  MemoryAllocationLib
53  DebugLib
54  BaseLib
55  TimerLib
56  IoLib
57  IohLib
58
59[FeaturePcd]
60  gEfiQuarkSCSocIdTokenSpaceGuid.PcdI2CFastModeEnabled
61
62[FixedPcd]
63  gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohI2cMmioBase
64
65[Pcd]
66
67[Depex]
68  TRUE
69