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