]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Bus / Sd / SdDxe / SdDxe.inf
CommitLineData
48555339
FT
1## @file\r
2# SdDxe driver is used to manage the SD memory card device.\r
3#\r
4# It produces BlockIo and BlockIo2 protocols to allow upper layer\r
5# access the SD memory card device.\r
6#\r
de005223 7# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
48555339
FT
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = SdDxe\r
22 MODULE_UNI_FILE = SdDxe.uni\r
23 FILE_GUID = 430AC2F7-EEC6-4093-94F7-9F825A7C1C40\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26 ENTRY_POINT = InitializeSdDxe\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
de005223 31# VALID_ARCHITECTURES = IA32 X64 EBC\r
48555339
FT
32#\r
33# DRIVER_BINDING = gSdDxeDriverBinding\r
34# COMPONENT_NAME = gSdDxeComponentName\r
35# COMPONENT_NAME2 = gSdDxeComponentName2\r
36#\r
37\r
38[Sources.common]\r
39 ComponentName.c\r
40 SdDxe.c\r
41 SdDxe.h\r
42 SdBlockIo.c\r
43 SdBlockIo.h\r
af6a6bf4
HW
44 SdDiskInfo.c\r
45 SdDiskInfo.h\r
48555339
FT
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49\r
50[LibraryClasses]\r
51 DevicePathLib\r
52 UefiBootServicesTableLib\r
53 MemoryAllocationLib\r
54 BaseMemoryLib\r
55 UefiLib\r
56 BaseLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
59\r
60[Protocols]\r
61 gEfiSdMmcPassThruProtocolGuid ## TO_START\r
62 gEfiBlockIoProtocolGuid ## BY_START\r
63 gEfiBlockIo2ProtocolGuid ## BY_START\r
275d5136 64 gEfiEraseBlockProtocolGuid ## BY_START\r
af6a6bf4 65 gEfiDiskInfoProtocolGuid ## BY_START\r
48555339
FT
66 ## TO_START\r
67 ## BY_START\r
68 gEfiDevicePathProtocolGuid\r
69\r