]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[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
FT
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = UfsPassThruDxe\r
19 MODULE_UNI_FILE = UfsPassThru.uni\r
20 FILE_GUID = E7F1DFF9-DAB6-498A-9ADF-57F344EDDF57\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = InitializeUfsPassThru\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
de005223 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
0591696e 30#\r
d1102dba
LG
31# DRIVER_BINDING = gUfsPassThruDriverBinding\r
32# COMPONENT_NAME = gUfsPassThruComponentName\r
0591696e
FT
33#\r
34\r
35[Sources]\r
36 ComponentName.c\r
32c9049d 37 UfsDevConfigProtocol.c\r
0591696e
FT
38 UfsPassThru.c\r
39 UfsPassThru.h\r
40 UfsPassThruHci.c\r
41 UfsPassThruHci.h\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 UefiBootServicesTableLib\r
49 MemoryAllocationLib\r
50 BaseMemoryLib\r
51 UefiLib\r
52 BaseLib\r
53 UefiDriverEntryPoint\r
54 DebugLib\r
55 DevicePathLib\r
0591696e
FT
56 TimerLib\r
57\r
58[Protocols]\r
59 gEfiExtScsiPassThruProtocolGuid ## BY_START\r
32c9049d 60 gEfiUfsDeviceConfigProtocolGuid ## BY_START\r
0591696e
FT
61 gEdkiiUfsHostControllerProtocolGuid ## TO_START\r
62\r
63[UserExtensions.TianoCore."ExtraFiles"]\r
64 UfsPassThruExtra.uni\r