]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDControllerDxe.inf
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Sdio / Dxe / SDControllerDxe / SDControllerDxe.inf
1 ## @file
2 #
3 # Component Description File For SDControllerDxe 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 = SDController
14 FILE_GUID = 90A330BD-6F89-4900-933A-C25EB4356348
15 MODULE_TYPE = UEFI_DRIVER
16 VERSION_STRING = 1.0
17 ENTRY_POINT = InitializeSDController
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 = gSDControllerDriverBinding
25 # COMPONENT_NAME = gSDControllerName
26 # COMPONENT_NAME2 = gSDControllerName2
27 #
28
29 [Sources]
30 SDController.c
31 SDController.h
32 ComponentName.c
33 ComponentName.h
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 QuarkSocPkg/QuarkSocPkg.dec
39
40 [LibraryClasses]
41 MemoryAllocationLib
42 BaseLib
43 UefiLib
44 UefiBootServicesTableLib
45 UefiDriverEntryPoint
46 BaseMemoryLib
47 DebugLib
48 PcdLib
49
50 [Protocols]
51 gEfiPciIoProtocolGuid ## TO_START
52 gEfiSDHostIoProtocolGuid ## BY_START
53
54 [FeaturePcd]
55 gEfiQuarkSCSocIdTokenSpaceGuid.PcdSdHciQuirkNoHiSpd
56