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