]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/I2CLibPei/I2CLibPei.inf
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / I2CLibPei / I2CLibPei.inf
1 ## @file
2 # Instance of I2C Library.
3 #
4 # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = I2CLibPei
13 FILE_GUID = 8EF61509-890B-4FF2-B352-1C0E9CDDEC8B
14 MODULE_TYPE = PEIM
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = LockBoxLib|PEIM
17 CONSTRUCTOR = IntelI2CPeiLibConstructor
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources.common]
26 I2CLibPei.c
27 I2CIoLibPei.c
28
29 [LibraryClasses]
30 TimerLib
31
32 [PPIs]
33 gEfiPeiStallPpiGuid
34
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
39
40