]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Library/I2CLibPei/I2CLibPei.inf
IntelFrameworkModulePkg: Refine casting expression result to bigger size
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / I2CLibPei / I2CLibPei.inf
CommitLineData
4e522096
DW
1## @file\r
2# Instance of I2C Library.\r
3#\r
4# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = I2CLibPei\r
18 FILE_GUID = 8EF61509-890B-4FF2-B352-1C0E9CDDEC8B\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = LockBoxLib|PEIM\r
22 CONSTRUCTOR = IntelI2CPeiLibConstructor\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources.common]\r
31 I2CLibPei.c\r
32 I2CIoLibPei.c\r
33\r
34[LibraryClasses]\r
35 TimerLib\r
36\r
37[PPIs]\r
38 gEfiPeiStallPpiGuid\r
39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec\r
44\r
45\r