]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/I2cLib.inf
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Library / I2cLib / I2cLib.inf
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 - 2018, Intel Corporation. All rights reserved.<BR>
12 #
13 # SPDX-License-Identifier: BSD-2-Clause-Patent
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = I2cLib
20 FILE_GUID = 462d127a-c143-469e-8449-b6e36beb04a8
21 MODULE_TYPE = BASE
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = I2cLib
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 EBC
29 #
30
31 [Sources]
32 CommonHeader.h
33 I2cLib.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 IntelFrameworkPkg/IntelFrameworkPkg.dec
39 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
40 QuarkSocPkg/QuarkSocPkg.dec
41
42 [LibraryClasses]
43 PcdLib
44 PciLib
45 BaseMemoryLib
46 MemoryAllocationLib
47 DebugLib
48 BaseLib
49 TimerLib
50 IoLib
51 IohLib
52
53 [FeaturePcd]
54 gEfiQuarkSCSocIdTokenSpaceGuid.PcdI2CFastModeEnabled
55
56 [FixedPcd]
57 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohI2cMmioBase
58
59 [Pcd]
60
61 [Depex]
62 TRUE