]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/I2c/I2cDxe/I2cHostDxe.inf
MdeModulePkg: Remove redundant library classes and GUIDs
[mirror_edk2.git] / MdeModulePkg / Bus / I2c / I2cDxe / I2cHostDxe.inf
index ebd9fcac4bc84d0bd77612b30dd9d166c7a3ddbd..c9b87eb50c6b957646fc81b1baa6c02b921d54e6 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  This driver produce I2C Host Protocol on I2C controller handle.\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
@@ -16,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = I2cHostDxe\r
+  MODULE_UNI_FILE                = I2cHostDxe.uni\r
   FILE_GUID                      = CDEC3671-816E-43DC-A002-DCD645229338\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -35,7 +36,6 @@
 [LibraryClasses]\r
   BaseMemoryLib\r
   DebugLib\r
-  DevicePathLib\r
   MemoryAllocationLib\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
   MdePkg/MdePkg.dec\r
 \r
 [Protocols]\r
-  gEfiI2cIoProtocolGuid                             ## BY_START\r
   gEfiI2cHostProtocolGuid                           ## BY_START\r
   gEfiI2cMasterProtocolGuid                         ## TO_START\r
-  gEfiI2cEnumerateProtocolGuid                      ## TO_START\r
   gEfiI2cBusConfigurationManagementProtocolGuid     ## TO_START\r
-  gEfiI2cHostProtocolGuid                           ## TO_START\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  I2cHostDxeExtra.uni\r
+\r