]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruDxe.inf
MdeModulePkg/UfsBlockIoPei: fix the bit in UFS_HC_UTRLDBR_OFFSET reg
[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
4# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
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
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31# DRIVER_BINDING = gUfsPassThruDriverBinding \r
32# COMPONENT_NAME = gUfsPassThruComponentName \r
33#\r
34\r
35[Sources]\r
36 ComponentName.c\r
37 UfsPassThru.c\r
38 UfsPassThru.h\r
39 UfsPassThruHci.c\r
40 UfsPassThruHci.h\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 BaseMemoryLib\r
50 UefiLib\r
51 BaseLib\r
52 UefiDriverEntryPoint\r
53 DebugLib\r
54 DevicePathLib\r
0591696e
FT
55 TimerLib\r
56\r
57[Protocols]\r
58 gEfiExtScsiPassThruProtocolGuid ## BY_START\r
59 gEdkiiUfsHostControllerProtocolGuid ## TO_START\r
60\r
61[UserExtensions.TianoCore."ExtraFiles"]\r
62 UfsPassThruExtra.uni\r