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