]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.inf
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmiCr3" with PatchInstructionX86()
[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 - 2014, Intel Corporation. All rights reserved.<BR>
7 #
8 # This program and the accompanying materials are licensed and made available under
9 # the terms and conditions of the BSD License that accompanies this distribution.
10 # The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php.
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #
18 #
19 ##
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = SmbusLib
24 FILE_GUID = 0558CAEA-FEF3-4b6d-915E-8742EFE6DEE1
25 MODULE_TYPE = BASE
26 VERSION_STRING = 1.0
27 LIBRARY_CLASS = SmbusLib
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources]
36 SmbusLib.c
37
38 [Packages]
39 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
40 MdePkg/MdePkg.dec
41 Vlv2TbltDevicePkg/PlatformPkg.dec
42
43 [LibraryClasses]
44 PcdLib
45 DebugLib
46 PciLib
47 IoLib
48
49 [Pcd.common]
50 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
51