]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.inf
MdeModulePkg/SdMmc: Add EDKII SD/MMC stack
[mirror_edk2.git] / MdeModulePkg / Bus / Sd / SdBlockIoPei / SdBlockIoPei.inf
CommitLineData
48555339
FT
1## @file\r
2# Description file for the SD memory card Peim driver.\r
3#\r
4# Copyright (c) 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 = SdBlockIoPei\r
19 MODULE_UNI_FILE = SdBlockIoPei.uni\r
20 FILE_GUID = 17851FBF-45C4-4ff7-A2A0-C3B12D63C27E\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = InitializeSdBlockIoPeim\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 SdBlockIoPei.c\r
34 SdBlockIoPei.h\r
35 SdHci.c\r
36 SdHci.h\r
37 SdHcMem.c\r
38 SdHcMem.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 gEfiPeiVirtualBlockIo2PpiGuid ## PRODUCES\r
55 gEdkiiPeiSdMmcHostControllerPpiGuid ## CONSUMES\r
56\r
57[Depex]\r
58 gEfiPeiMemoryDiscoveredPpiGuid AND gEdkiiPeiSdMmcHostControllerPpiGuid\r
59\r
60[UserExtensions.TianoCore."ExtraFiles"]\r
61 SdBlockIoPeiExtra.uni\r
62\r