]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / SdMmcPciHcDxe / SdMmcPciHcDxe.inf
1 ## @file
2 # SdMmcPciHcDxe driver is used to manage those host controllers which comply with SD
3 # Host Controller Simplified Specification version 3.0 plus the 64-bit System Addressing
4 # support in SD Host Controller Simplified Specification version 4.20.
5 #
6 # It will produce EFI_SD_MMC_PASS_THRU_PROTOCOL to allow sending SD/MMC/eMMC cmds
7 # to specified devices from upper layer.
8 #
9 # Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = SdMmcPciHcDxe
19 MODULE_UNI_FILE = SdMmcPciHcDxe.uni
20 FILE_GUID = 8E325979-3FE1-4927-AAE2-8F5C4BD2AF0D
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = InitializeSdMmcPciHcDxe
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 EBC
29 #
30 # DRIVER_BINDING = gSdMmcPciHcDxeDriverBinding
31 # COMPONENT_NAME = gSdMmcPciHcDxeComponentName
32 # COMPONENT_NAME2 = gSdMmcPciHcDxeComponentName2
33 #
34 #
35
36 [Sources]
37 SdMmcPciHcDxe.h
38 SdMmcPciHcDxe.c
39 EmmcDevice.c
40 SdDevice.c
41 SdMmcPciHci.h
42 SdMmcPciHci.c
43 ComponentName.c
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 MdeModulePkg/MdeModulePkg.dec
48
49 [LibraryClasses]
50 DevicePathLib
51 UefiBootServicesTableLib
52 UefiRuntimeServicesTableLib
53 MemoryAllocationLib
54 BaseMemoryLib
55 UefiLib
56 BaseLib
57 UefiDriverEntryPoint
58 DebugLib
59
60 [Protocols]
61 gEdkiiSdMmcOverrideProtocolGuid ## SOMETIMES_CONSUMES
62 gEfiDevicePathProtocolGuid ## TO_START
63 gEfiPciIoProtocolGuid ## TO_START
64 gEfiSdMmcPassThruProtocolGuid ## BY_START
65
66 # [Event]
67 # EVENT_TYPE_PERIODIC_TIMER ## SOMETIMES_CONSUMES
68
69 [UserExtensions.TianoCore."ExtraFiles"]
70 SdMmcPciHcDxeExtra.uni