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