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 OpenPlatformPkg/Drivers/Mmc/DwEmmcDxe/DwEmmcDxe.dec 32 33[LibraryClasses] 34 ArmLib 35 BaseLib 36 BaseMemoryLib 37 CacheMaintenanceLib 38 IoLib 39 MemoryAllocationLib 40 TimerLib 41 UefiDriverEntryPoint 42 UefiLib 43 44[Protocols] 45 gEfiCpuArchProtocolGuid 46 gEfiDevicePathProtocolGuid 47 gEfiMmcHostProtocolGuid 48 49[Pcd] 50 gDwEmmcDxeTokenSpaceGuid.PcdDwEmmcDxeBaseAddress 51 gDwEmmcDxeTokenSpaceGuid.PcdDwEmmcDxeClockFrequencyInHz 52 53[Depex] 54 TRUE 55