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