]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / UefiScsiLib / UefiScsiLib.inf
index 5f57f46cfd52beaf00f2959689fe1f011d1034e3..75ab2a1a29605810a9f3527def268dfd97cea666 100644 (file)
@@ -1,10 +1,12 @@
-#/** @file\r
-# Component description file for Scsi Dxe Library.\r
+## @file\r
+# Instance of Scsi Library.\r
 #\r
-# this Libarary implements Scsi command.\r
-# Copyright (c) 2006, Intel Corporation.\r
+# This libarary provides the functions to submit Scsi commands defined\r
+# in SCSI-2 specification for scsi device.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2010, 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
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UefiScsiLib\r
   FILE_GUID                      = 280E42C3-826E-4573-9772-B74EF1086D95\r
-  MODULE_TYPE                    = DXE_DRIVER\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = ScsiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+  LIBRARY_CLASS                  = UefiScsiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
 \r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   UefiScsiLib.c\r
 \r
 \r
@@ -39,5 +39,6 @@
 \r
 [LibraryClasses]\r
   BaseMemoryLib\r
-\r
+  DebugLib\r
+  BaseLib\r
 \r