]> git.proxmox.com Git - mirror_edk2.git/blame - Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf
Omap35xxPkg: Rectify file modes
[mirror_edk2.git] / Omap35xxPkg / MmcHostDxe / MmcHostDxe.inf
CommitLineData
1e57a462 1# Copyright (c) 2011, ARM Limited. All rights reserved.\r
1e57a462 2#\r
3402aac7
RC
3# This program and the accompanying materials\r
4# are licensed and made available under the terms and conditions of the BSD License\r
5# which accompanies this distribution. The full text of the license may be found at\r
6# http://opensource.org/licenses/bsd-license.php\r
7#\r
8# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
9# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
1e57a462 10#\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = MMC\r
15 FILE_GUID = 100c2cfa-b586-4198-9b4c-1683d195b1da\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
18\r
19 ENTRY_POINT = MMCInitialize\r
20\r
21\r
22[Sources.common]\r
23 MmcHostDxe.c\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27 EmbeddedPkg/EmbeddedPkg.dec\r
28 Omap35xxPkg/Omap35xxPkg.dec\r
29\r
30[LibraryClasses]\r
31 PcdLib\r
32 UefiLib\r
33 UefiDriverEntryPoint\r
34 MemoryAllocationLib\r
35 IoLib\r
36 OmapDmaLib\r
37 DmaLib\r
38\r
39[Guids]\r
3402aac7 40\r
1e57a462 41[Protocols]\r
42 gEfiBlockIoProtocolGuid\r
43 gEfiCpuArchProtocolGuid\r
44 gEfiDevicePathProtocolGuid\r
45 gEmbeddedExternalDeviceProtocolGuid\r
46 gEfiMmcHostProtocolGuid\r
47\r
48[Pcd]\r
49 gOmap35xxTokenSpaceGuid.PcdOmap35xxMMCHS1Base\r
50 gOmap35xxTokenSpaceGuid.PcdMmchsTimerFreq100NanoSeconds\r
51\r
52[depex]\r
53 gEmbeddedExternalDeviceProtocolGuid\r