]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / ArmPkg / Drivers / PL180MciDxe / PL180MciDxe.inf
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 ArmPkg/ArmPkg.dec
30 MdePkg/MdePkg.dec
31
32 [LibraryClasses]
33 BaseLib
34 UefiLib
35 UefiDriverEntryPoint
36 BaseMemoryLib
37 ArmLib
38 IoLib
39 TimerLib
40
41 [Protocols]
42 gEfiCpuArchProtocolGuid
43 gEfiDevicePathProtocolGuid
44 gEfiMmcHostProtocolGuid
45
46 [Pcd]
47 gArmTokenSpaceGuid.PcdPL180SysMciRegAddress
48 gArmTokenSpaceGuid.PcdPL180MciBaseAddress
49
50 [Depex]
51 TRUE