]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaBusDxe / AtaBusDxe.inf
index 3e16abe5a40d5cff5269ba40304c875d78b436c3..c3ab5c18f14876f04cbb7e9db523e12973778c30 100644 (file)
@@ -1,18 +1,13 @@
 ## @file\r
-#  ATA Bus driver to enumerate and identfy ATA devices. \r
+#  ATA Bus driver to enumerate and identfy ATA devices.\r
 #\r
 #  This driver follows UEFI driver model and layers on ATA Pass Thru protocol defined\r
 #  in UEFI spec 2.2. It installs Block IO and Disk Info protocol for each ATA device\r
 #  it enumerates and identifies successfully.\r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation\r
+#  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. 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
@@ -20,6 +15,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = AtaBusDxe\r
+  MODULE_UNI_FILE                = AtaBusDxe.uni\r
   FILE_GUID                      = 19DF145A-B1D4-453f-8507-38816676D7F6\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                =  gAtaBusDriverBinding                         \r
+#  DRIVER_BINDING                =  gAtaBusDriverBinding\r
 #  COMPONENT_NAME                =  gAtaBusComponentName\r
-#  COMPONENT_NAME2               =  gAtaBusComponentName2                         \r
+#  COMPONENT_NAME2               =  gAtaBusComponentName2\r
 #\r
 #\r
 \r
   AtaBus.c\r
   AtaPassThruExecute.c\r
   ComponentName.c\r
-  \r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
 [LibraryClasses]\r
   DevicePathLib\r
   UefiBootServicesTableLib\r
+  UefiRuntimeServicesTableLib\r
   MemoryAllocationLib\r
   BaseMemoryLib\r
   UefiLib\r
   BaseLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
-\r
+  TimerLib\r
+  ReportStatusCodeLib\r
 \r
 [Guids]\r
-  gEfiDiskInfoIdeInterfaceGuid                  # CONSUMES  ## GUID\r
-  gEfiDiskInfoAhciInterfaceGuid                 # CONSUMES  ## GUID\r
+  gEfiDiskInfoAhciInterfaceGuid                 ## SOMETIMES_PRODUCES ## UNDEFINED\r
 \r
 [Protocols]\r
-  gEfiDiskInfoProtocolGuid                      # BY_START\r
-  gEfiBlockIoProtocolGuid                       # BY_START\r
-  gEfiAtaPassThruProtocolGuid                   # TO_START\r
-  gEfiDevicePathProtocolGuid                    # TO_START\r
-  \r
-\r
+  gEfiDiskInfoProtocolGuid                      ## BY_START\r
+  gEfiBlockIoProtocolGuid                       ## BY_START\r
+  gEfiBlockIo2ProtocolGuid                      ## BY_START\r
+  ## TO_START\r
+  ## BY_START\r
+  gEfiDevicePathProtocolGuid\r
+  gEfiAtaPassThruProtocolGuid                   ## TO_START\r
+  gEfiStorageSecurityCommandProtocolGuid        ## BY_START\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  AtaBusDxeExtra.uni\r