]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[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
6036e94d 7# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
43e543bc
EL
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = I2cDxe\r
6036e94d 22 MODULE_UNI_FILE = I2cDxe.uni\r
43e543bc
EL
23 FILE_GUID = ECA2AE9E-7594-4901-871C-449DA1A11660\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26 ENTRY_POINT = InitializeI2c\r
27 UNLOAD_IMAGE = I2cUnload\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources.common]\r
36 I2cDxe.c\r
37 I2cDxe.h\r
38 I2cHost.c\r
39 I2cBus.c\r
40\r
41[LibraryClasses]\r
42 BaseMemoryLib\r
43 DebugLib\r
44 DevicePathLib\r
45 MemoryAllocationLib\r
46 UefiBootServicesTableLib\r
47 UefiDriverEntryPoint\r
48 UefiLib\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52\r
53[Protocols]\r
54 gEfiI2cIoProtocolGuid ## BY_START\r
6036e94d
SZ
55 ## BY_START\r
56 ## TO_START\r
57 gEfiI2cHostProtocolGuid\r
58 ## BY_START\r
59 ## TO_START\r
60 gEfiDevicePathProtocolGuid\r
43e543bc
EL
61 gEfiI2cMasterProtocolGuid ## TO_START\r
62 gEfiI2cEnumerateProtocolGuid ## TO_START\r
63 gEfiI2cBusConfigurationManagementProtocolGuid ## TO_START\r
6036e94d
SZ
64\r
65[UserExtensions.TianoCore."ExtraFiles"]\r
66 I2cDxeExtra.uni\r
67\r