]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
ARM Packages: Fixed line endings
[mirror_edk2.git] / EmbeddedPkg / Universal / MmcDxe / MmcDxe.inf
CommitLineData
1bfda055 1#/** @file\r
2# Build file for the MMC DXE driver\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 = 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
29 Diagnostics.c\r
30\r
31[Packages]\r
ce73d60a 32 EmbeddedPkg/EmbeddedPkg.dec\r
1bfda055 33 MdePkg/MdePkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 UefiLib\r
38 UefiDriverEntryPoint\r
39 BaseMemoryLib\r
40 TimerLib\r
41\r
42[Protocols]\r
43 gEfiDiskIoProtocolGuid\r
44 gEfiBlockIoProtocolGuid\r
45 gEfiDevicePathProtocolGuid\r
46 gEfiMmcHostProtocolGuid\r
47 gEfiDriverDiagnostics2ProtocolGuid\r
48 \r
49[Depex]\r
1e57a462 50 TRUE\r