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