]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Ufs / UfsPassThruDxe / UfsPassThruDxe.inf
1 ## @file
2 # Description file for the Universal Flash Storage (UFS) Pass Thru driver.
3 #
4 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = UfsPassThruDxe
14 MODULE_UNI_FILE = UfsPassThru.uni
15 FILE_GUID = E7F1DFF9-DAB6-498A-9ADF-57F344EDDF57
16 MODULE_TYPE = UEFI_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeUfsPassThru
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26 # DRIVER_BINDING = gUfsPassThruDriverBinding
27 # COMPONENT_NAME = gUfsPassThruComponentName
28 #
29
30 [Sources]
31 ComponentName.c
32 UfsDevConfigProtocol.c
33 UfsPassThru.c
34 UfsPassThru.h
35 UfsPassThruHci.c
36 UfsPassThruHci.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42 [LibraryClasses]
43 UefiBootServicesTableLib
44 MemoryAllocationLib
45 BaseMemoryLib
46 UefiLib
47 BaseLib
48 UefiDriverEntryPoint
49 DebugLib
50 DevicePathLib
51 TimerLib
52
53 [Protocols]
54 gEfiExtScsiPassThruProtocolGuid ## BY_START
55 gEfiUfsDeviceConfigProtocolGuid ## BY_START
56 gEdkiiUfsHostControllerProtocolGuid ## TO_START
57
58 [UserExtensions.TianoCore."ExtraFiles"]
59 UfsPassThruExtra.uni