]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.inf
MdeModulePkg: Add UFS (Universal Flash Storage) Stack
[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
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 = 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
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
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
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43\r
44[LibraryClasses]\r
45 IoLib\r
46 TimerLib\r
47 BaseMemoryLib\r
48 PeimEntryPoint\r
49 PeiServicesLib\r
50 DebugLib\r
51\r
52[Ppis]\r
53 gEfiPeiVirtualBlockIoPpiGuid ## PRODUCES\r
54 gEdkiiPeiUfsHostControllerPpiGuid ## CONSUMES\r
55\r
56[Depex]\r
57 gEfiPeiMemoryDiscoveredPpiGuid AND gEdkiiPeiUfsHostControllerPpiGuid\r
58\r
59[UserExtensions.TianoCore."ExtraFiles"]\r
60 UfsBlockIoPeiExtra.uni\r
61\r