]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf
IntelFrameworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkPkg / Library / PeiSmbusLibSmbusPpi / PeiSmbusLibSmbusPpi.inf
CommitLineData
6bfbb5f0 1## @file\r
a67d1f18 2# SMBUS library that layers on top of the SMBUS PPI.\r
f15d2c8f 3#\r
1c2f052d 4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
a67d1f18 5#\r
22a69a5e 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a67d1f18 7#\r
8#\r
6bfbb5f0 9##\r
a67d1f18 10\r
a67d1f18 11[Defines]\r
12 INF_VERSION = 0x00010005\r
7a8dd194 13 BASE_NAME = PeiSmbusLibSmbusPpi\r
f15d2c8f 14 MODULE_UNI_FILE = PeiSmbusLibSmbusPpi.uni\r
a67d1f18 15 FILE_GUID = 51C4C059-67F0-4e3c-9A55-FF42A8291C8C\r
16 MODULE_TYPE = PEIM\r
17 VERSION_STRING = 1.0\r
1c2f052d 18 LIBRARY_CLASS = SmbusLib|PEIM\r
a67d1f18 19\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
8f465372 24# VALID_ARCHITECTURES = IA32 X64 EBC\r
a67d1f18 25#\r
26\r
6bfbb5f0 27[Sources]\r
a67d1f18 28 SmbusLib.c\r
29 PeiSmbusLib.c\r
30 InternalSmbusLib.h\r
31\r
32\r
a67d1f18 33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
36\r
37\r
a67d1f18 38[LibraryClasses]\r
d85067fd 39 BaseMemoryLib\r
40 PeiServicesLib\r
41 DebugLib\r
42 PeiServicesTablePointerLib\r
a67d1f18 43\r
a67d1f18 44[Ppis]\r
f15d2c8f 45 gEfiPeiSmbusPpiGuid ## CONSUMES\r
a67d1f18 46\r
9f5fea47 47[Depex]\r
48 gEfiPeiSmbusPpiGuid\r