]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
MmcDxe Diagnostics: return EFI_UNSUPPORTED for Language other than english
[mirror_edk2.git] / EmbeddedPkg / Universal / MmcDxe / MmcDxe.inf
1 #/** @file
2 # Build file for the MMC DXE driver
3 #
4 # Copyright (c) 2011-2013, ARM Limited. All rights reserved.
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = MmcDxe
19 FILE_GUID = b6f44cc0-9e45-11df-be21-0002a5d5c51b
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22
23 ENTRY_POINT = MmcDxeInitialize
24
25 [Sources.common]
26 ComponentName.c
27 Mmc.c
28 MmcBlockIo.c
29 MmcDebug.c
30 Diagnostics.c
31
32 [Packages]
33 EmbeddedPkg/EmbeddedPkg.dec
34 MdePkg/MdePkg.dec
35
36 [LibraryClasses]
37 BaseLib
38 UefiLib
39 UefiDriverEntryPoint
40 BaseMemoryLib
41 TimerLib
42
43 [Protocols]
44 gEfiDiskIoProtocolGuid
45 gEfiBlockIoProtocolGuid
46 gEfiDevicePathProtocolGuid
47 gEfiMmcHostProtocolGuid
48 gEfiDriverDiagnostics2ProtocolGuid
49
50 [Depex]
51 TRUE