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