]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaAtapiPassThru / AtaAtapiPassThru.inf
index 7e652103dd4907580e4c644ce48e28cd69a28b0d..a3e42a9ab477c9278f847ac641b6e35113b119ff 100644 (file)
@@ -4,20 +4,16 @@
 #  This driver installs AtaPassThru and ExtScsiPassThru protocol in each ide/sata controller\r
 #  to access to all attached Ata/Atapi devices.\r
 #\r
-#  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = AtaAtapiPassThruDxe\r
+  MODULE_UNI_FILE                = AtaAtapiPassThruDxe.uni\r
   FILE_GUID                      = 5E523CB4-D397-4986-87BD-A6DD8B22F455\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
 #\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                =  gAtaAtapiPassThruDriverBinding                         \r
+#  DRIVER_BINDING                =  gAtaAtapiPassThruDriverBinding\r
 #  COMPONENT_NAME                =  gAtaAtapiPassThruComponentName\r
-#  COMPONENT_NAME2               =  gAtaAtapiPassThruComponentName2                         \r
+#  COMPONENT_NAME2               =  gAtaAtapiPassThruComponentName2\r
 #\r
 #\r
 \r
@@ -42,7 +38,7 @@
   IdeMode.c\r
   IdeMode.h\r
   ComponentName.c\r
-  \r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   DebugLib\r
   TimerLib\r
   ReportStatusCodeLib\r
+  PcdLib\r
 \r
 [Protocols]\r
-  gEfiIdeControllerInitProtocolGuid             # BY_START\r
-  gEfiAtaPassThruProtocolGuid                   # BY_START\r
-  gEfiExtScsiPassThruProtocolGuid               # BY_START\r
-  gEfiDevicePathProtocolGuid                    # TO_START\r
-  gEfiPciIoProtocolGuid                         # TO_START\r
+  gEfiAtaPassThruProtocolGuid                   ## BY_START\r
+  gEfiExtScsiPassThruProtocolGuid               ## BY_START\r
+  gEfiIdeControllerInitProtocolGuid             ## TO_START\r
+  gEfiDevicePathProtocolGuid                    ## TO_START\r
+  gEfiPciIoProtocolGuid                         ## TO_START\r
+  gEdkiiAtaAtapiPolicyProtocolGuid              ## CONSUMES\r
+\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAtaSmartEnable   ## SOMETIMES_CONSUMES\r
+\r
+# [Event]\r
+# EVENT_TYPE_PERIODIC_TIMER ## SOMETIMES_CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  AtaAtapiPassThruDxeExtra.uni\r