1// /** @file
2// I2c Dxe driver includes both I2c Bus and Host functionality.
3//
4// This driver produce I2C Host Protocol on I2C controller handle, enumerate I2C
5// devices on I2C bus and produce I2C IO Protocol on I2C devices.
6//
7// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
8//
9// SPDX-License-Identifier: BSD-2-Clause-Patent
10//
11// **/
12
13
14#string STR_MODULE_ABSTRACT             #language en-US "This driver produce I2C Host Protocol on I2C controller handle, enumerate I2C devices on I2C bus and produce I2C IO Protocol on I2C devices."
15
16#string STR_MODULE_DESCRIPTION          #language en-US "This driver produce I2C Host Protocol on I2C controller handle, enumerate I2C devices on I2C bus and produce I2C IO Protocol on I2C devices."
17
18