]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / I2c / I2cDxe / I2cDxe.inf
CommitLineData
43e543bc 1## @file\r
6036e94d
SZ
2# I2c Dxe driver includes both I2c Bus and Host functionality.\r
3#\r
43e543bc
EL
4# This driver produce I2C Host Protocol on I2C controller handle, enumerate I2C\r
5# devices on I2C bus and produce I2C IO Protocol on I2C devices.\r
6#\r
de005223 7# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
43e543bc 8#\r
9d510e61 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
43e543bc
EL
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = I2cDxe\r
6036e94d 17 MODULE_UNI_FILE = I2cDxe.uni\r
43e543bc
EL
18 FILE_GUID = ECA2AE9E-7594-4901-871C-449DA1A11660\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = InitializeI2c\r
22 UNLOAD_IMAGE = I2cUnload\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
de005223 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
43e543bc
EL
28#\r
29\r
30[Sources.common]\r
31 I2cDxe.c\r
32 I2cDxe.h\r
33 I2cHost.c\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
6036e94d
SZ
50 ## BY_START\r
51 ## TO_START\r
52 gEfiI2cHostProtocolGuid\r
53 ## BY_START\r
54 ## TO_START\r
55 gEfiDevicePathProtocolGuid\r
43e543bc
EL
56 gEfiI2cMasterProtocolGuid ## TO_START\r
57 gEfiI2cEnumerateProtocolGuid ## TO_START\r
58 gEfiI2cBusConfigurationManagementProtocolGuid ## TO_START\r
6036e94d
SZ
59\r
60[UserExtensions.TianoCore."ExtraFiles"]\r
61 I2cDxeExtra.uni\r
62\r