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