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