]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / I2c / I2cDxe / I2cBusDxe.inf
1 ## @file
2 # This driver enumerates I2C devices on I2C bus and produce I2C IO Protocol on I2C devices.
3 #
4 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = I2cBusDxe
14 MODULE_UNI_FILE = I2cBusDxe.uni
15 FILE_GUID = 0C34B372-2622-4A13-A46E-BFD0DEB48BFF
16 MODULE_TYPE = UEFI_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = InitializeI2cBus
19 UNLOAD_IMAGE = I2cBusUnload
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources.common]
28 I2cDxe.h
29 I2cBus.c
30
31 [LibraryClasses]
32 BaseMemoryLib
33 DebugLib
34 DevicePathLib
35 MemoryAllocationLib
36 UefiBootServicesTableLib
37 UefiDriverEntryPoint
38 UefiLib
39
40 [Packages]
41 MdePkg/MdePkg.dec
42
43 [Protocols]
44 gEfiI2cIoProtocolGuid ## BY_START
45 ## BY_START
46 ## TO_START
47 gEfiDevicePathProtocolGuid
48 gEfiI2cEnumerateProtocolGuid ## TO_START
49 gEfiI2cHostProtocolGuid ## TO_START
50
51 [UserExtensions.TianoCore."ExtraFiles"]
52 I2cBusDxeExtra.uni
53