]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / EmbeddedPkg / Drivers / DwEmmcDxe / DwEmmcDxe.inf
1 #/** @file
2 # INF file for the eMMC Host Protocol implementation for the DesignWare MMC.
3 #
4 # Copyright (c) 2014-2017, Linaro 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 = 0x00010019
18 BASE_NAME = DwEmmcDxe
19 FILE_GUID = b549f005-4bd4-4020-a0cb-06f42bda68c3
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22
23 ENTRY_POINT = DwEmmcDxeInitialize
24
25 [Sources.common]
26 DwEmmcDxe.c
27
28 [Packages]
29 EmbeddedPkg/EmbeddedPkg.dec
30 MdePkg/MdePkg.dec
31
32 [LibraryClasses]
33 ArmLib
34 BaseLib
35 BaseMemoryLib
36 CacheMaintenanceLib
37 IoLib
38 MemoryAllocationLib
39 TimerLib
40 UefiDriverEntryPoint
41 UefiLib
42
43 [Protocols]
44 gEfiCpuArchProtocolGuid
45 gEfiDevicePathProtocolGuid
46 gEfiMmcHostProtocolGuid
47
48 [Pcd]
49 gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeBaseAddress
50 gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeClockFrequencyInHz
51 gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeMaxClockFreqInHz
52 gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeFifoDepth
53
54 [Depex]
55 TRUE