]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/I2cLib.inf
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Library / I2cLib / I2cLib.inf
diff --git a/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/I2cLib.inf b/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/I2cLib.inf
new file mode 100644 (file)
index 0000000..8251756
--- /dev/null
@@ -0,0 +1,68 @@
+## @file\r
+# Component description file for Quark South Cluster I2C library.\r
+#\r
+# I2C library implement QuarkSCSocId related drivers, includes:\r
+# PciHostBridge, PciExpress, SmmAccess driver and LegacyRegion driver.\r
+#\r
+# This driver contains I2C bus access routines:\r
+# 1. I2C Read (byte, multi-byte)\r
+# 2. I2C Write (byte, multi-byte)\r
+#\r
+# Copyright (c) 2013-2015 Intel Corporation.\r
+#\r
+# This program and the accompanying materials\r
+# are licensed and made available under the terms and conditions of the BSD License\r
+# which accompanies this distribution.  The full text of the license may be found at\r
+# http://opensource.org/licenses/bsd-license.php\r
+#\r
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = I2cLib\r
+  FILE_GUID                      = 462d127a-c143-469e-8449-b6e36beb04a8\r
+  MODULE_TYPE                    = BASE\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = I2cLib\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+\r
+[Sources]\r
+  CommonHeader.h\r
+  I2cLib.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
+  QuarkSocPkg/QuarkSocPkg.dec\r
+\r
+[LibraryClasses]\r
+  PcdLib\r
+  PciLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
+  DebugLib\r
+  BaseLib\r
+  TimerLib\r
+  IoLib\r
+  IohLib\r
+\r
+[FeaturePcd]\r
+  gEfiQuarkSCSocIdTokenSpaceGuid.PcdI2CFastModeEnabled\r
+\r
+[FixedPcd]\r
+  gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohI2cMmioBase\r
+\r
+[Pcd]\r
+\r
+[Depex]\r
+  TRUE\r