]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDeviceDxe.inf
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Sdio / Dxe / SDMediaDeviceDxe / SDMediaDeviceDxe.inf
1 ## @file
2 #
3 # Component Description File For SDMediaDeviceDxe Module.
4 #
5 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = SDMediaDevice
14 FILE_GUID = 80897901-91F6-4efe-9579-3353A0C02DAB
15 MODULE_TYPE = UEFI_DRIVER
16 VERSION_STRING = 1.0
17 ENTRY_POINT = InitializeSDMediaDevice
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24 # DRIVER_BINDING = gSDMediaDeviceDriverBinding
25 # COMPONENT_NAME = gSDMediaDeviceName
26 # COMPONENT_NAME2 = gSDMediaDeviceName2
27 #
28
29 [Sources]
30 SDMediaDevice.c
31 SDMediaDevice.h
32 MMCSDTransfer.c
33 CEATA.c
34 CEATABlockIo.c
35 MMCSDBlockIo.c
36 ComponentName.c
37 ComponentName.h
38
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43 QuarkSocPkg/QuarkSocPkg.dec
44
45 [LibraryClasses]
46 MemoryAllocationLib
47 BaseLib
48 UefiLib
49 UefiBootServicesTableLib
50 UefiDriverEntryPoint
51 BaseMemoryLib
52 DebugLib
53 PcdLib
54
55 [Protocols]
56 gEfiPciIoProtocolGuid ## TO_START
57 gEfiSDHostIoProtocolGuid ## TO_START
58 gEfiBlockIoProtocolGuid ## BY_START
59
60 [Pcd.common]