]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkg
[mirror_edk2.git] / ArmPkg / Drivers / PL180MciDxe / PL180MciDxe.inf
CommitLineData
1bfda055 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
5# \r
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
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 ArmPkg/ArmPkg.dec\r
ce73d60a 30 EmbeddedPkg/EmbeddedPkg.dec\r
1bfda055 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
46 \r
47[Pcd]\r
48 gArmTokenSpaceGuid.PcdPL180SysMciRegAddress\r
49 gArmTokenSpaceGuid.PcdPL180MciBaseAddress\r
50 \r
51[Depex]\r
52 TRUE\r