]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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 8#\r
9d510e61 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
48555339
FT
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = SdDxe\r
17 MODULE_UNI_FILE = SdDxe.uni\r
18 FILE_GUID = 430AC2F7-EEC6-4093-94F7-9F825A7C1C40\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = InitializeSdDxe\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
de005223 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
48555339
FT
27#\r
28# DRIVER_BINDING = gSdDxeDriverBinding\r
29# COMPONENT_NAME = gSdDxeComponentName\r
30# COMPONENT_NAME2 = gSdDxeComponentName2\r
31#\r
32\r
33[Sources.common]\r
34 ComponentName.c\r
35 SdDxe.c\r
36 SdDxe.h\r
37 SdBlockIo.c\r
38 SdBlockIo.h\r
af6a6bf4
HW
39 SdDiskInfo.c\r
40 SdDiskInfo.h\r
48555339
FT
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44\r
45[LibraryClasses]\r
46 DevicePathLib\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 BaseMemoryLib\r
50 UefiLib\r
51 BaseLib\r
52 UefiDriverEntryPoint\r
53 DebugLib\r
54\r
55[Protocols]\r
56 gEfiSdMmcPassThruProtocolGuid ## TO_START\r
57 gEfiBlockIoProtocolGuid ## BY_START\r
58 gEfiBlockIo2ProtocolGuid ## BY_START\r
275d5136 59 gEfiEraseBlockProtocolGuid ## BY_START\r
af6a6bf4 60 gEfiDiskInfoProtocolGuid ## BY_START\r
48555339
FT
61 ## TO_START\r
62 ## BY_START\r
63 gEfiDevicePathProtocolGuid\r
64\r