]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / I2c / I2cDxe / I2cDxe.inf
index 8600531a942bdee757b982153bb6742d2765be5f..1ee8324b3b0ac4c3b0e03052d9b5140a7a6cd7d4 100644 (file)
@@ -1,15 +1,12 @@
 ## @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 - 2018, 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
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 ##\r
@@ -17,6 +14,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
@@ -26,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources.common]\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