]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
Add missing status code in several modules.
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaBusDxe / AtaBusDxe.inf
index 18ed39d42946bca3cb5534bebee8496571a27e46..bcd96deef0875766b21da4355c50da90be3f50cc 100644 (file)
@@ -1,11 +1,11 @@
 ## @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 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2012, 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
@@ -30,9 +30,9 @@
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF 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
+  gEfiMemoryOverwriteControlDataGuid            # CONSUMES  ## GUID\r
 \r
 [Protocols]\r
   gEfiDiskInfoProtocolGuid                      # BY_START\r
@@ -66,6 +69,6 @@
   gEfiBlockIo2ProtocolGuid                      # BY_START\r
   gEfiAtaPassThruProtocolGuid                   # TO_START\r
   gEfiDevicePathProtocolGuid                    # TO_START\r
-  \r
+  gEfiStorageSecurityCommandProtocolGuid        # BY_START\r
 \r
 \r