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