]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Bus / Ufs / UfsBlockIoPei / UfsBlockIoPei.inf
CommitLineData
0591696e
FT
1## @file\r
2# Description file for the Universal Flash Storage (UFS) Peim driver.\r
3#\r
de005223 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 = UfsBlockIoPei\r
19 MODULE_UNI_FILE = UfsBlockIoPei.uni\r
20 FILE_GUID = BE189D38-C963-41CF-B695-D90E9E545A13\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 0.9\r
23\r
24 ENTRY_POINT = InitializeUfsBlockIoPeim\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
FT
30#\r
31\r
32[Sources]\r
33 UfsBlockIoPei.c\r
34 UfsBlockIoPei.h\r
35 UfsHci.c\r
36 UfsHci.h\r
37 UfsHcMem.c\r
38 UfsHcMem.h\r
44a0857e 39 DmaMem.c\r
0591696e
FT
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45[LibraryClasses]\r
46 IoLib\r
47 TimerLib\r
48 BaseMemoryLib\r
49 PeimEntryPoint\r
50 PeiServicesLib\r
51 DebugLib\r
52\r
53[Ppis]\r
54 gEfiPeiVirtualBlockIoPpiGuid ## PRODUCES\r
9d02f824 55 gEfiPeiVirtualBlockIo2PpiGuid ## PRODUCES\r
0591696e 56 gEdkiiPeiUfsHostControllerPpiGuid ## CONSUMES\r
44a0857e
HW
57 gEdkiiIoMmuPpiGuid ## CONSUMES\r
58 gEfiEndOfPeiSignalPpiGuid ## CONSUMES\r
0591696e
FT
59\r
60[Depex]\r
61 gEfiPeiMemoryDiscoveredPpiGuid AND gEdkiiPeiUfsHostControllerPpiGuid\r
62\r
63[UserExtensions.TianoCore."ExtraFiles"]\r
64 UfsBlockIoPeiExtra.uni\r
65\r