]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[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
6036e94d 4# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
43e543bc
EL
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
6036e94d 19 MODULE_UNI_FILE = I2cHostDxe.uni\r
43e543bc
EL
20 FILE_GUID = CDEC3671-816E-43DC-A002-DCD645229338\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = InitializeI2cHost\r
24 UNLOAD_IMAGE = I2cHostUnload\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources.common]\r
33 I2cDxe.h\r
34 I2cHost.c\r
35\r
36[LibraryClasses]\r
37 BaseMemoryLib\r
38 DebugLib\r
39 DevicePathLib\r
40 MemoryAllocationLib\r
41 UefiBootServicesTableLib\r
42 UefiDriverEntryPoint\r
43 UefiLib\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47\r
48[Protocols]\r
43e543bc
EL
49 gEfiI2cHostProtocolGuid ## BY_START\r
50 gEfiI2cMasterProtocolGuid ## TO_START\r
43e543bc 51 gEfiI2cBusConfigurationManagementProtocolGuid ## TO_START\r
6036e94d
SZ
52\r
53[UserExtensions.TianoCore."ExtraFiles"]\r
54 I2cHostDxeExtra.uni\r
55\r