]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.inf
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[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 7# \r\r
9dc8036d
MK
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9\r
3cbfba02
DW
10# \r\r
11#\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SmbusLib\r
19 FILE_GUID = 0558CAEA-FEF3-4b6d-915E-8742EFE6DEE1\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = SmbusLib\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
22ec06c8 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
3cbfba02
DW
28#\r
29\r
30[Sources]\r
31 SmbusLib.c\r
32\r
33[Packages]\r
34 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec\r
35 MdePkg/MdePkg.dec\r
36 Vlv2TbltDevicePkg/PlatformPkg.dec\r
37\r
38[LibraryClasses]\r
39 PcdLib\r
40 DebugLib\r
41 PciLib\r
42 IoLib\r
43\r
44[Pcd.common]\r
45 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
46\r