]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
EmbeddedPkg/MmcDxe: The timeout while waiting for the programming to be complete...
[mirror_edk2.git] / EmbeddedPkg / Universal / MmcDxe / MmcDxe.inf
1 #/** @file
2 # Build file for the MMC DXE driver
3 #
4 # Copyright (c) 2011, ARM Limited. All rights reserved.
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 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = MmcDxe
19 FILE_GUID = b6f44cc0-9e45-11df-be21-0002a5d5c51b
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22
23 ENTRY_POINT = MmcDxeInitialize
24
25 [Sources.common]
26 ComponentName.c
27 Mmc.c
28 MmcBlockIo.c
29 Diagnostics.c
30
31 [Packages]
32 EmbeddedPkg/EmbeddedPkg.dec
33 MdePkg/MdePkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 UefiLib
38 UefiDriverEntryPoint
39 BaseMemoryLib
40 TimerLib
41
42 [Protocols]
43 gEfiDiskIoProtocolGuid
44 gEfiBlockIoProtocolGuid
45 gEfiDevicePathProtocolGuid
46 gEfiMmcHostProtocolGuid
47 gEfiDriverDiagnostics2ProtocolGuid
48
49 [Depex]
50 TRUE