VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf@ 108793

Last change on this file since 108793 was 85718, checked in by vboxsync, 5 years ago

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 904 bytes
Line 
1#/** @file
2# Build file for the MMC DXE driver
3#
4# Copyright (c) 2011-2015, ARM Limited. All rights reserved.
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8#**/
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = MmcDxe
13 FILE_GUID = b6f44cc0-9e45-11df-be21-0002a5d5c51b
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16
17 ENTRY_POINT = MmcDxeInitialize
18
19[Sources.common]
20 ComponentName.c
21 Mmc.c
22 MmcBlockIo.c
23 MmcIdentification.c
24 MmcDebug.c
25 Diagnostics.c
26
27[Packages]
28 EmbeddedPkg/EmbeddedPkg.dec
29 MdePkg/MdePkg.dec
30
31[LibraryClasses]
32 BaseLib
33 UefiLib
34 UefiDriverEntryPoint
35 BaseMemoryLib
36
37[Protocols]
38 gEfiDiskIoProtocolGuid
39 gEfiBlockIoProtocolGuid
40 gEfiDevicePathProtocolGuid
41 gEmbeddedMmcHostProtocolGuid
42 gEfiDriverDiagnostics2ProtocolGuid
43
44[Depex]
45 TRUE
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette