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