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