]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
MdeModulePkg/SdMmc: Add EDKII SD/MMC stack
[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
8# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
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
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
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
51\r
52[LibraryClasses]\r
53 DevicePathLib\r
54 UefiBootServicesTableLib\r
55 UefiRuntimeServicesTableLib\r
56 MemoryAllocationLib\r
57 BaseMemoryLib\r
58 UefiLib\r
59 BaseLib\r
60 UefiDriverEntryPoint\r
61 DebugLib\r
62\r
63[Protocols]\r
64 gEfiDevicePathProtocolGuid ## TO_START\r
65 gEfiPciIoProtocolGuid ## TO_START\r
66 gEfiSdMmcPassThruProtocolGuid ## BY_START\r
67\r
68# [Event]\r
69# EVENT_TYPE_PERIODIC_TIMER ## SOMETIMES_CONSUMES\r
70\r
71[UserExtensions.TianoCore."ExtraFiles"]\r
72 SdMmcPciHcDxeExtra.uni\r