]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
MdePkg UefiScsiLib: Add non-blocking support for SCSI Read/Write command
[mirror_edk2.git] / MdePkg / Library / UefiScsiLib / UefiScsiLib.inf
index a5fdc81ee80f278de89d6c224ac595095e6946b7..cd0c5c1ec80333c3ee5cbb5f730421d91a58be08 100644 (file)
@@ -1,15 +1,15 @@
 ## @file\r
-# Instance of Scsi Library.\r
+# Uefi Scsi Library Instance.\r
 #\r
 # This libarary provides the functions to submit Scsi commands defined\r
 # in SCSI-2 specification for scsi device.\r
 #\r
-# Copyright (c) 2006 - 2010, Intel Corporation.\r
+# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
+#  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
 #\r
@@ -19,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UefiScsiLib\r
+  MODULE_UNI_FILE                = UefiScsiLib.uni\r
   FILE_GUID                      = 280E42C3-826E-4573-9772-B74EF1086D95\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -41,4 +42,6 @@
   BaseMemoryLib\r
   DebugLib\r
   BaseLib\r
+  MemoryAllocationLib\r
+  UefiBootServicesTableLib\r
 \r