• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#/** @file
2#  INF file for the eMMC 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                      = DwEmmcDxe
20  FILE_GUID                      = b549f005-4bd4-4020-a0cb-06f42bda68c3
21  MODULE_TYPE                    = DXE_DRIVER
22  VERSION_STRING                 = 1.0
23
24  ENTRY_POINT                    = DwEmmcDxeInitialize
25
26[Sources.common]
27  DwEmmcDxe.c
28
29[Packages]
30  EmbeddedPkg/EmbeddedPkg.dec
31  MdePkg/MdePkg.dec
32  OpenPlatformPkg/Drivers/Mmc/DwEmmcDxe/DwEmmcDxe.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  gDwEmmcDxeTokenSpaceGuid.PcdDwEmmcDxeBaseAddress
52  gDwEmmcDxeTokenSpaceGuid.PcdDwEmmcDxeClockFrequencyInHz
53
54[Depex]
55  TRUE
56