]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/I2c/I2cDxe/I2cBusDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Bus / I2c / I2cDxe / I2cBusDxe.inf
index 12b42ab41739a718f8698c604d6ebd7ef942dd61..4dbe2f5e685b9c0465c834555987630daadb81b5 100644 (file)
@@ -1,8 +1,7 @@
 ## @file\r
-#  This driver enumerates I2C devices on I2C bus and produce I2C\r
-#  IO Protocol on I2C devices.\r
+#  This driver enumerates I2C 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 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = I2cBusDxe\r
+  MODULE_UNI_FILE                = I2cBusDxe.uni\r
   FILE_GUID                      = 0C34B372-2622-4A13-A46E-BFD0DEB48BFF\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
 \r
 [Protocols]\r
   gEfiI2cIoProtocolGuid                             ## BY_START\r
-  gEfiI2cHostProtocolGuid                           ## BY_START\r
-  gEfiI2cMasterProtocolGuid                         ## TO_START\r
+  ## BY_START\r
+  ## TO_START\r
+  gEfiDevicePathProtocolGuid\r
   gEfiI2cEnumerateProtocolGuid                      ## TO_START\r
-  gEfiI2cBusConfigurationManagementProtocolGuid     ## TO_START\r
   gEfiI2cHostProtocolGuid                           ## TO_START\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  I2cBusDxeExtra.uni\r
+\r