]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / UefiScsiLib / UefiScsiLib.inf
1 ## @file
2 # Uefi Scsi Library Instance.
3 #
4 # This libarary provides the functions to submit Scsi commands defined
5 # in SCSI-2 specification for scsi device.
6 #
7 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = UefiScsiLib
17 MODULE_UNI_FILE = UefiScsiLib.uni
18 FILE_GUID = 280E42C3-826E-4573-9772-B74EF1086D95
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = UefiScsiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
22
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 UefiScsiLib.c
30
31
32 [Packages]
33 MdePkg/MdePkg.dec
34
35
36 [LibraryClasses]
37 BaseMemoryLib
38 DebugLib
39 BaseLib
40 MemoryAllocationLib
41 UefiBootServicesTableLib
42