]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
de005223 7# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
48555339 8#\r
9d510e61 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
48555339
FT
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = EmmcDxe\r
17 MODULE_UNI_FILE = EmmcDxe.uni\r
18 FILE_GUID = 2145F72F-E6F1-4440-A828-59DC9AAB5F89\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = InitializeEmmcDxe\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
de005223 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
48555339
FT
27#\r
28# DRIVER_BINDING = gEmmcDxeDriverBinding\r
29# COMPONENT_NAME = gEmmcDxeComponentName\r
30# COMPONENT_NAME2 = gEmmcDxeComponentName2\r
31#\r
32\r
33[Sources.common]\r
34 ComponentName.c\r
35 EmmcDxe.c\r
36 EmmcDxe.h\r
37 EmmcBlockIo.c\r
38 EmmcBlockIo.h\r
19b2cb5c
HW
39 EmmcDiskInfo.c\r
40 EmmcDiskInfo.h\r
48555339
FT
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44\r
45[LibraryClasses]\r
46 DevicePathLib\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 BaseMemoryLib\r
50 UefiLib\r
51 BaseLib\r
52 UefiDriverEntryPoint\r
53 DebugLib\r
54\r
55[Protocols]\r
56 gEfiSdMmcPassThruProtocolGuid ## TO_START\r
57 gEfiBlockIoProtocolGuid ## BY_START\r
58 gEfiBlockIo2ProtocolGuid ## BY_START\r
59 gEfiStorageSecurityCommandProtocolGuid ## SOMETIMES_PRODUCES\r
275d5136 60 gEfiEraseBlockProtocolGuid ## BY_START\r
19b2cb5c 61 gEfiDiskInfoProtocolGuid ## BY_START\r
48555339
FT
62 ## TO_START\r
63 ## BY_START\r
64 gEfiDevicePathProtocolGuid\r
65\r