]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDControllerDxe.inf
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / Sdio / Dxe / SDControllerDxe / SDControllerDxe.inf
CommitLineData
9b6bbcdb
MK
1## @file\r
2#\r
3# Component Description File For SDControllerDxe Module.\r
4#\r
fda6abd6 5# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
9b6bbcdb
MK
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SDController\r
20 FILE_GUID = 90A330BD-6F89-4900-933A-C25EB4356348\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = InitializeSDController\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
fda6abd6 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
9b6bbcdb
MK
29#\r
30# DRIVER_BINDING = gSDControllerDriverBinding\r
31# COMPONENT_NAME = gSDControllerName\r
32# COMPONENT_NAME2 = gSDControllerName2\r
33#\r
34\r
35[Sources]\r
36 SDController.c\r
37 SDController.h\r
38 ComponentName.c\r
39 ComponentName.h\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44 QuarkSocPkg/QuarkSocPkg.dec\r
45\r
46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 BaseLib\r
49 UefiLib\r
50 UefiBootServicesTableLib\r
51 UefiDriverEntryPoint\r
52 BaseMemoryLib\r
53 DebugLib\r
54 PcdLib\r
55\r
56[Protocols]\r
57 gEfiPciIoProtocolGuid ## TO_START\r
58 gEfiSDHostIoProtocolGuid ## BY_START\r
59\r
60[FeaturePcd]\r
61 gEfiQuarkSCSocIdTokenSpaceGuid.PcdSdHciQuirkNoHiSpd\r
62\r