]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
MdeModulePkg/SdMmcPciHcDxe: Update comment for spec compliance status
[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
FT
10#\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = SdMmcPciHcDxe\r
24 MODULE_UNI_FILE = SdMmcPciHcDxe.uni\r
25 FILE_GUID = 8E325979-3FE1-4927-AAE2-8F5C4BD2AF0D\r
26 MODULE_TYPE = UEFI_DRIVER\r
27 VERSION_STRING = 1.0\r
28 ENTRY_POINT = InitializeSdMmcPciHcDxe\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
de005223 33# VALID_ARCHITECTURES = IA32 X64 EBC\r
48555339
FT
34#\r
35# DRIVER_BINDING = gSdMmcPciHcDxeDriverBinding\r
36# COMPONENT_NAME = gSdMmcPciHcDxeComponentName\r
37# COMPONENT_NAME2 = gSdMmcPciHcDxeComponentName2\r
38#\r
39#\r
40\r
41[Sources]\r
42 SdMmcPciHcDxe.h\r
43 SdMmcPciHcDxe.c\r
44 EmmcDevice.c\r
45 SdDevice.c\r
46 SdMmcPciHci.h\r
47 SdMmcPciHci.c\r
48 ComponentName.c\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
b23fc39c 52 MdeModulePkg/MdeModulePkg.dec\r
48555339
FT
53\r
54[LibraryClasses]\r
55 DevicePathLib\r
56 UefiBootServicesTableLib\r
57 UefiRuntimeServicesTableLib\r
58 MemoryAllocationLib\r
59 BaseMemoryLib\r
60 UefiLib\r
61 BaseLib\r
62 UefiDriverEntryPoint\r
63 DebugLib\r
64\r
65[Protocols]\r
b23fc39c 66 gEdkiiSdMmcOverrideProtocolGuid ## SOMETIMES_CONSUMES\r
48555339
FT
67 gEfiDevicePathProtocolGuid ## TO_START\r
68 gEfiPciIoProtocolGuid ## TO_START\r
69 gEfiSdMmcPassThruProtocolGuid ## BY_START\r
70\r
71# [Event]\r
72# EVENT_TYPE_PERIODIC_TIMER ## SOMETIMES_CONSUMES\r
73\r
74[UserExtensions.TianoCore."ExtraFiles"]\r
75 SdMmcPciHcDxeExtra.uni\r