1## @file 2# Component description file for Intel Ich9 Smbus Library. 3# 4# SMBUS Library that layers on top of the I/O Library to directly 5# access a standard SMBUS host controller. 6# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> 7# 8 9# This program and the accompanying materials are licensed and made available under 10 11# the terms and conditions of the BSD License that accompanies this distribution. 12 13# The full text of the license may be found at 14 15# http://opensource.org/licenses/bsd-license.php. 16 17# 18 19# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 20 21# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 22 23# 24 25# 26# 27# 28## 29 30[Defines] 31 INF_VERSION = 0x00010005 32 BASE_NAME = SmbusLib 33 FILE_GUID = 0558CAEA-FEF3-4b6d-915E-8742EFE6DEE1 34 MODULE_TYPE = BASE 35 VERSION_STRING = 1.0 36 LIBRARY_CLASS = SmbusLib 37 38# 39# The following information is for reference only and not required by the build tools. 40# 41# VALID_ARCHITECTURES = IA32 X64 IPF EBC 42# 43 44[Sources] 45 SmbusLib.c 46 47[Packages] 48 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec 49 MdePkg/MdePkg.dec 50 Vlv2TbltDevicePkg/PlatformPkg.dec 51 52[LibraryClasses] 53 PcdLib 54 DebugLib 55 PciLib 56 IoLib 57 58[Pcd.common] 59 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress 60 61