]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
ebd9fcac4bc84d0bd77612b30dd9d166c7a3ddbd
[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, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = I2cHostDxe
19 FILE_GUID = CDEC3671-816E-43DC-A002-DCD645229338
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = InitializeI2cHost
23 UNLOAD_IMAGE = I2cHostUnload
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources.common]
32 I2cDxe.h
33 I2cHost.c
34
35 [LibraryClasses]
36 BaseMemoryLib
37 DebugLib
38 DevicePathLib
39 MemoryAllocationLib
40 UefiBootServicesTableLib
41 UefiDriverEntryPoint
42 UefiLib
43
44 [Packages]
45 MdePkg/MdePkg.dec
46
47 [Protocols]
48 gEfiI2cIoProtocolGuid ## BY_START
49 gEfiI2cHostProtocolGuid ## BY_START
50 gEfiI2cMasterProtocolGuid ## TO_START
51 gEfiI2cEnumerateProtocolGuid ## TO_START
52 gEfiI2cBusConfigurationManagementProtocolGuid ## TO_START
53 gEfiI2cHostProtocolGuid ## TO_START