]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/SmbusLib.inf
QuarkSocPkg: Replace BSD License with BSD+Patent License
[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
fda6abd6 7# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
9b6bbcdb 8#\r
c9f231d0 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9b6bbcdb
MK
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = SmbusLib\r
16 FILE_GUID = 6F2F36B3-936B-4eb2-83C7-2987B4F9D4EB\r
17 MODULE_TYPE = BASE\r
18 VERSION_STRING = 1.0\r
19 LIBRARY_CLASS = SmbusLib\r
20\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
fda6abd6 25# VALID_ARCHITECTURES = IA32 X64 EBC\r
9b6bbcdb
MK
26#\r
27\r
28[Sources]\r
29 SmbusLib.c\r
30 CommonHeader.h\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 QuarkSocPkg/QuarkSocPkg.dec\r
35\r
36[LibraryClasses]\r
37 PcdLib\r
38 DebugLib\r
39 PciLib\r
40 IoLib\r
41 QNCAccessLib\r
42\r
43[FeaturePcd]\r
44 gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmbaIoBaseAddressFixed\r
45\r
46[Pcd]\r
47 gEfiQuarkNcSocIdTokenSpaceGuid.PcdSmbaIoBaseAddress\r