]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
Add I2C bus DXE driver and I2C host DXE driver following PI 1.3 spec.
[mirror_edk2.git] / MdeModulePkg / Bus / I2c / I2cDxe / I2cDxe.inf
CommitLineData
43e543bc
EL
1## @file\r
2# This driver produce I2C Host Protocol on I2C controller handle, enumerate I2C\r
3# devices on I2C bus and produce I2C IO Protocol on I2C devices.\r
4#\r
5# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = I2cDxe\r
20 FILE_GUID = ECA2AE9E-7594-4901-871C-449DA1A11660\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = InitializeI2c\r
24 UNLOAD_IMAGE = I2cUnload\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources.common]\r
33 I2cDxe.c\r
34 I2cDxe.h\r
35 I2cHost.c\r
36 I2cBus.c\r
37\r
38[LibraryClasses]\r
39 BaseMemoryLib\r
40 DebugLib\r
41 DevicePathLib\r
42 MemoryAllocationLib\r
43 UefiBootServicesTableLib\r
44 UefiDriverEntryPoint\r
45 UefiLib\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49\r
50[Protocols]\r
51 gEfiI2cIoProtocolGuid ## BY_START\r
52 gEfiI2cHostProtocolGuid ## BY_START\r
53 gEfiI2cMasterProtocolGuid ## TO_START\r
54 gEfiI2cEnumerateProtocolGuid ## TO_START\r
55 gEfiI2cBusConfigurationManagementProtocolGuid ## TO_START\r
56 gEfiI2cHostProtocolGuid ## TO_START\r