]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
Add I2C bus DXE driver and I2C host DXE driver following PI 1.3 spec.
[mirror_edk2.git] / MdeModulePkg / Bus / I2c / I2cDxe / I2cBusDxe.inf
CommitLineData
43e543bc
EL
1## @file\r
2# This driver enumerates I2C devices on I2C bus and produce I2C\r
3# 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 = I2cBusDxe\r
20 FILE_GUID = 0C34B372-2622-4A13-A46E-BFD0DEB48BFF\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = InitializeI2cBus\r
24 UNLOAD_IMAGE = I2cBusUnload\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.h\r
34 I2cBus.c\r
35\r
36[LibraryClasses]\r
37 BaseMemoryLib\r
38 DebugLib\r
39 DevicePathLib\r
40 MemoryAllocationLib\r
41 UefiBootServicesTableLib\r
42 UefiDriverEntryPoint\r
43 UefiLib\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47\r
48[Protocols]\r
49 gEfiI2cIoProtocolGuid ## BY_START\r
50 gEfiI2cHostProtocolGuid ## BY_START\r
51 gEfiI2cMasterProtocolGuid ## TO_START\r
52 gEfiI2cEnumerateProtocolGuid ## TO_START\r
53 gEfiI2cBusConfigurationManagementProtocolGuid ## TO_START\r
54 gEfiI2cHostProtocolGuid ## TO_START\r