]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
MdePkg/DiskInfo.h: Add the SD/MMC interface GUID definition
[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
275d5136 7# Copyright (c) 2015 - 2016, 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
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
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
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47\r
48[LibraryClasses]\r
49 DevicePathLib\r
50 UefiBootServicesTableLib\r
51 MemoryAllocationLib\r
52 BaseMemoryLib\r
53 UefiLib\r
54 BaseLib\r
55 UefiDriverEntryPoint\r
56 DebugLib\r
57\r
58[Protocols]\r
59 gEfiSdMmcPassThruProtocolGuid ## TO_START\r
60 gEfiBlockIoProtocolGuid ## BY_START\r
61 gEfiBlockIo2ProtocolGuid ## BY_START\r
275d5136 62 gEfiEraseBlockProtocolGuid ## BY_START\r
48555339
FT
63 ## TO_START\r
64 ## BY_START\r
65 gEfiDevicePathProtocolGuid\r
66\r