1#/** @file
2#  INF file for the MMC Host Protocol implementation for the DesignWare MMC.
3#
4#  Copyright (c) 2014-2016, Linaro Limited. All rights reserved.
5#  Copyright (c) 2014-2016, Hisilicon Limited. All rights reserved.
6#
7#  This program and the accompanying materials
8#  are licensed and made available under the terms and conditions of the BSD License
9#  which accompanies this distribution.  The full text of the license may be found at
10#  http://opensource.org/licenses/bsd-license.php
11#
12#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14#
15#**/
16
17[Defines]
18  INF_VERSION                    = 0x00010005
19  BASE_NAME                      = DwSdDxe
20  FILE_GUID                      = 594bfe73-5e18-4f12-8119-19db8c5fc849
21  MODULE_TYPE                    = DXE_DRIVER
22  VERSION_STRING                 = 1.0
23
24  ENTRY_POINT                    = DwSdDxeInitialize
25
26[Sources.common]
27  DwSdDxe.c
28
29[Packages]
30  EmbeddedPkg/EmbeddedPkg.dec
31  MdePkg/MdePkg.dec
32  OpenPlatformPkg/Drivers/Mmc/DwSdDxe/DwSdDxe.dec
33
34[LibraryClasses]
35  ArmLib
36  BaseLib
37  BaseMemoryLib
38  CacheMaintenanceLib
39  IoLib
40  MemoryAllocationLib
41  TimerLib
42  UefiDriverEntryPoint
43  UefiLib
44
45[Protocols]
46  gEfiCpuArchProtocolGuid
47  gEfiDevicePathProtocolGuid
48  gEfiMmcHostProtocolGuid
49
50[Pcd]
51  gDwSdDxeTokenSpaceGuid.PcdDwSdDxeBaseAddress
52  gDwSdDxeTokenSpaceGuid.PcdDwSdDxeClockFrequencyInHz
53
54[Depex]
55  TRUE
56