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