]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / Drivers / PL180MciDxe / PL180MciDxe.inf
CommitLineData
633724f4 1#/** @file\r
2# INF file for the MMC Host Protocol implementation for the ARM PrimeCell PL180.\r
3#\r
4# Copyright (c) 2011, ARM Limited. All rights reserved.\r
633724f4 5#\r
3402aac7
RC
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
633724f4 13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PL180MciDxe\r
19 FILE_GUID = 09831032-6fa3-4484-af4f-0a000a8d3a82\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = PL180MciDxeInitialize\r
24\r
25[Sources.common]\r
26 PL180Mci.c\r
27\r
28[Packages]\r
29 ArmPlatformPkg/ArmPlatformPkg.dec\r
30 EmbeddedPkg/EmbeddedPkg.dec\r
31 MdePkg/MdePkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 UefiLib\r
36 UefiDriverEntryPoint\r
37 BaseMemoryLib\r
38 ArmLib\r
39 IoLib\r
40 TimerLib\r
41\r
42[Protocols]\r
43 gEfiCpuArchProtocolGuid\r
44 gEfiDevicePathProtocolGuid\r
45 gEfiMmcHostProtocolGuid\r
3402aac7 46\r
633724f4 47[Pcd]\r
48 gArmPlatformTokenSpaceGuid.PcdPL180SysMciRegAddress\r
49 gArmPlatformTokenSpaceGuid.PcdPL180MciBaseAddress\r
3402aac7 50\r
633724f4 51[Depex]\r
52 TRUE\r