]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
MdeModulePkg/EmmcDxe: Implementation of Disk Information Protocol
[mirror_edk2.git] / MdeModulePkg / Bus / Sd / EmmcDxe / EmmcDxe.inf
CommitLineData
48555339
FT
1## @file\r
2# EmmcDxe driver is used to manage the EMMC device.\r
3#\r
4# It produces BlockIo, BlockIo2 and StorageSecurity protocols to allow upper layer\r
5# access the EMMC device.\r
6#\r
19b2cb5c 7# Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>\r
48555339
FT
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = EmmcDxe\r
22 MODULE_UNI_FILE = EmmcDxe.uni\r
23 FILE_GUID = 2145F72F-E6F1-4440-A828-59DC9AAB5F89\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26 ENTRY_POINT = InitializeEmmcDxe\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33# DRIVER_BINDING = gEmmcDxeDriverBinding\r
34# COMPONENT_NAME = gEmmcDxeComponentName\r
35# COMPONENT_NAME2 = gEmmcDxeComponentName2\r
36#\r
37\r
38[Sources.common]\r
39 ComponentName.c\r
40 EmmcDxe.c\r
41 EmmcDxe.h\r
42 EmmcBlockIo.c\r
43 EmmcBlockIo.h\r
19b2cb5c
HW
44 EmmcDiskInfo.c\r
45 EmmcDiskInfo.h\r
48555339
FT
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49\r
50[LibraryClasses]\r
51 DevicePathLib\r
52 UefiBootServicesTableLib\r
53 MemoryAllocationLib\r
54 BaseMemoryLib\r
55 UefiLib\r
56 BaseLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
59\r
60[Protocols]\r
61 gEfiSdMmcPassThruProtocolGuid ## TO_START\r
62 gEfiBlockIoProtocolGuid ## BY_START\r
63 gEfiBlockIo2ProtocolGuid ## BY_START\r
64 gEfiStorageSecurityCommandProtocolGuid ## SOMETIMES_PRODUCES\r
275d5136 65 gEfiEraseBlockProtocolGuid ## BY_START\r
19b2cb5c 66 gEfiDiskInfoProtocolGuid ## BY_START\r
48555339
FT
67 ## TO_START\r
68 ## BY_START\r
69 gEfiDevicePathProtocolGuid\r
70\r