]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / I2c / I2cDxe / I2cHostDxe.inf
CommitLineData
43e543bc
EL
1## @file\r
2# This driver produce I2C Host Protocol on I2C controller handle.\r
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 = I2cHostDxe\r
6036e94d 14 MODULE_UNI_FILE = I2cHostDxe.uni\r
43e543bc
EL
15 FILE_GUID = CDEC3671-816E-43DC-A002-DCD645229338\r
16 MODULE_TYPE = UEFI_DRIVER\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = InitializeI2cHost\r
19 UNLOAD_IMAGE = I2cHostUnload\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 I2cHost.c\r
30\r
31[LibraryClasses]\r
32 BaseMemoryLib\r
33 DebugLib\r
43e543bc
EL
34 MemoryAllocationLib\r
35 UefiBootServicesTableLib\r
36 UefiDriverEntryPoint\r
37 UefiLib\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42[Protocols]\r
43e543bc
EL
43 gEfiI2cHostProtocolGuid ## BY_START\r
44 gEfiI2cMasterProtocolGuid ## TO_START\r
43e543bc 45 gEfiI2cBusConfigurationManagementProtocolGuid ## TO_START\r
6036e94d
SZ
46\r
47[UserExtensions.TianoCore."ExtraFiles"]\r
48 I2cHostDxeExtra.uni\r
49\r