]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Sd / EmmcDxe / EmmcDxe.inf
index 7b0504937a6d45098fea7dc571466efaf353296e..2afe4f42a985ded9d4ab8b9750181c4f58e90724 100644 (file)
@@ -4,14 +4,9 @@
 #  It produces BlockIo, BlockIo2 and StorageSecurity protocols to allow upper layer\r
 #  access the EMMC device.\r
 #\r
-#  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2015 - 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
@@ -28,7 +23,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
 #  DRIVER_BINDING                =  gEmmcDxeDriverBinding\r
 #  COMPONENT_NAME                =  gEmmcDxeComponentName\r
@@ -41,6 +36,8 @@
   EmmcDxe.h\r
   EmmcBlockIo.c\r
   EmmcBlockIo.h\r
+  EmmcDiskInfo.c\r
+  EmmcDiskInfo.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -61,6 +58,7 @@
   gEfiBlockIo2ProtocolGuid                     ## BY_START\r
   gEfiStorageSecurityCommandProtocolGuid       ## SOMETIMES_PRODUCES\r
   gEfiEraseBlockProtocolGuid                   ## BY_START\r
+  gEfiDiskInfoProtocolGuid                     ## BY_START\r
   ## TO_START\r
   ## BY_START\r
   gEfiDevicePathProtocolGuid\r