]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/SmbusLib.inf
QuarkSocPkg/QncSmmDispatcher: Fix context passed to SMI handlers
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / Library / SmbusLib / SmbusLib.inf
CommitLineData
9b6bbcdb
MK
1## @file\r
2# Component description file for Intel QNC 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
6#\r
7# Copyright (c) 2013-2015 Intel Corporation.\r
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = SmbusLib\r
22 FILE_GUID = 6F2F36B3-936B-4eb2-83C7-2987B4F9D4EB\r
23 MODULE_TYPE = BASE\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = SmbusLib\r
26\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 SmbusLib.c\r
36 CommonHeader.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 QuarkSocPkg/QuarkSocPkg.dec\r
41\r
42[LibraryClasses]\r
43 PcdLib\r
44 DebugLib\r
45 PciLib\r
46 IoLib\r
47 QNCAccessLib\r
48\r
49[FeaturePcd]\r
50 gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmbaIoBaseAddressFixed\r
51\r
52[Pcd]\r
53 gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmbaIoBaseAddress\r