]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Bus / I2c / I2cDxe / I2cBusDxe.inf
1 ## @file
2 # This driver enumerates I2C devices on I2C bus and produce I2C IO Protocol on I2C devices.
3 #
4 # Copyright (c) 2013 - 2014, 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 = I2cBusDxe
19 MODULE_UNI_FILE = I2cBusDxe.uni
20 FILE_GUID = 0C34B372-2622-4A13-A46E-BFD0DEB48BFF
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = InitializeI2cBus
24 UNLOAD_IMAGE = I2cBusUnload
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources.common]
33 I2cDxe.h
34 I2cBus.c
35
36 [LibraryClasses]
37 BaseMemoryLib
38 DebugLib
39 DevicePathLib
40 MemoryAllocationLib
41 UefiBootServicesTableLib
42 UefiDriverEntryPoint
43 UefiLib
44
45 [Packages]
46 MdePkg/MdePkg.dec
47
48 [Protocols]
49 gEfiI2cIoProtocolGuid ## BY_START
50 ## BY_START
51 ## TO_START
52 gEfiDevicePathProtocolGuid
53 gEfiI2cEnumerateProtocolGuid ## TO_START
54 gEfiI2cHostProtocolGuid ## TO_START
55
56 [UserExtensions.TianoCore."ExtraFiles"]
57 I2cBusDxeExtra.uni
58