]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
EmbeddedPkg/MmcDxe: Fix mixed EOL
[mirror_edk2.git] / EmbeddedPkg / Universal / MmcDxe / MmcDxe.inf
CommitLineData
1bfda055 1#/** @file\r
2# Build file for the MMC DXE driver\r
3#\r
b4fdedc2 4# Copyright (c) 2011-2014, ARM Limited. All rights reserved.\r
1bfda055 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 = MmcDxe\r
19 FILE_GUID = b6f44cc0-9e45-11df-be21-0002a5d5c51b\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = MmcDxeInitialize\r
24\r
25[Sources.common]\r
26 ComponentName.c\r
27 Mmc.c\r
28 MmcBlockIo.c\r
b4fdedc2 29 MmcIdentification.c\r
4ca3c688 30 MmcDebug.c\r
1bfda055 31 Diagnostics.c\r
32\r
33[Packages]\r
ce73d60a 34 EmbeddedPkg/EmbeddedPkg.dec\r
1bfda055 35 MdePkg/MdePkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 UefiLib\r
40 UefiDriverEntryPoint\r
41 BaseMemoryLib\r
42 TimerLib\r
43\r
44[Protocols]\r
45 gEfiDiskIoProtocolGuid\r
46 gEfiBlockIoProtocolGuid\r
47 gEfiDevicePathProtocolGuid\r
48 gEfiMmcHostProtocolGuid\r
49 gEfiDriverDiagnostics2ProtocolGuid\r
50 \r
51[Depex]\r
9b485fde 52 TRUE\r