]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Bus / I2c / I2cDxe / I2cDxe.inf
index 8600531a942bdee757b982153bb6742d2765be5f..5cd53b2fc42e657b499e8ed2caed8bf0ce3b9b29 100644 (file)
@@ -1,8 +1,10 @@
 ## @file\r
+#  I2c Dxe driver includes both I2c Bus and Host functionality.\r
+#\r
 #  This driver produce I2C Host Protocol on I2C controller handle, enumerate I2C\r
 #  devices on I2C bus and produce I2C IO Protocol on I2C devices.\r
 #\r
-#  Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -17,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = I2cDxe\r
+  MODULE_UNI_FILE                = I2cDxe.uni\r
   FILE_GUID                      = ECA2AE9E-7594-4901-871C-449DA1A11660\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
 \r
 [Protocols]\r
   gEfiI2cIoProtocolGuid                             ## BY_START\r
-  gEfiI2cHostProtocolGuid                           ## BY_START\r
+  ## BY_START\r
+  ## TO_START\r
+  gEfiI2cHostProtocolGuid\r
+  ## BY_START\r
+  ## TO_START\r
+  gEfiDevicePathProtocolGuid\r
   gEfiI2cMasterProtocolGuid                         ## TO_START\r
   gEfiI2cEnumerateProtocolGuid                      ## TO_START\r
   gEfiI2cBusConfigurationManagementProtocolGuid     ## TO_START\r
-  gEfiI2cHostProtocolGuid                           ## TO_START\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  I2cDxeExtra.uni\r
+\r