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