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