1#/** @file
2#  INF file for the MMC Host Protocol implementation for the ARM PrimeCell PL180.
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                      = PL180MciDxe
19  FILE_GUID                      = 09831032-6fa3-4484-af4f-0a000a8d3a82
20  MODULE_TYPE                    = DXE_DRIVER
21  VERSION_STRING                 = 1.0
22
23  ENTRY_POINT                    = PL180MciDxeInitialize
24
25[Sources.common]
26  PL180Mci.c
27
28[Packages]
29  ArmPlatformPkg/ArmPlatformPkg.dec
30  EmbeddedPkg/EmbeddedPkg.dec
31  MdePkg/MdePkg.dec
32
33[LibraryClasses]
34  BaseLib
35  UefiLib
36  UefiDriverEntryPoint
37  BaseMemoryLib
38  ArmLib
39  IoLib
40  TimerLib
41
42[Protocols]
43  gEfiCpuArchProtocolGuid
44  gEfiDevicePathProtocolGuid
45  gEfiMmcHostProtocolGuid
46
47[Pcd]
48  gArmPlatformTokenSpaceGuid.PcdPL180SysMciRegAddress
49  gArmPlatformTokenSpaceGuid.PcdPL180MciBaseAddress
50
51[Depex]
52  TRUE
53