]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Bus / I2c / I2cDxe / I2cBusDxe.inf
CommitLineData
43e543bc 1## @file\r
6036e94d 2# This driver enumerates I2C devices on I2C bus and produce I2C IO Protocol on I2C devices.\r
43e543bc 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 = I2cBusDxe\r
6036e94d 19 MODULE_UNI_FILE = I2cBusDxe.uni\r
43e543bc
EL
20 FILE_GUID = 0C34B372-2622-4A13-A46E-BFD0DEB48BFF\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = InitializeI2cBus\r
24 UNLOAD_IMAGE = I2cBusUnload\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 I2cBus.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
49 gEfiI2cIoProtocolGuid ## BY_START\r
6036e94d
SZ
50 ## BY_START\r
51 ## TO_START\r
52 gEfiDevicePathProtocolGuid\r
43e543bc 53 gEfiI2cEnumerateProtocolGuid ## TO_START\r
43e543bc 54 gEfiI2cHostProtocolGuid ## TO_START\r
6036e94d
SZ
55\r
56[UserExtensions.TianoCore."ExtraFiles"]\r
57 I2cBusDxeExtra.uni\r
58\r