]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / SdMmcPciHcPei / SdMmcPciHcPei.inf
CommitLineData
48555339
FT
1## @file\r
2# Component Description File For SD/MMC Pci Host Controller Pei Module.\r
3#\r
d1102dba 4# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
48555339 5#\r
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
48555339
FT
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = SdMmcPciHcPei\r
13 MODULE_UNI_FILE = SdMmcPciHcPei.uni\r
14 FILE_GUID = 1BB737EF-427A-4144-8B3B-B76EF38515E6\r
15 MODULE_TYPE = PEIM\r
16 VERSION_STRING = 1.0\r
17\r
18 ENTRY_POINT = InitializeSdMmcHcPeim\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
de005223 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
48555339
FT
24#\r
25\r
26[Sources]\r
27 SdMmcPciHcPei.c\r
28 SdMmcPciHcPei.h\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33\r
34[LibraryClasses]\r
35 PciLib\r
36 DebugLib\r
37 PeiServicesLib\r
38 MemoryAllocationLib\r
39 PeimEntryPoint\r
40\r
41[Pcd]\r
42 gEfiMdeModulePkgTokenSpaceGuid.PcdSdMmcPciHostControllerMmioBase ## CONSUMES\r
43\r
44[Ppis]\r
45 gEdkiiPeiSdMmcHostControllerPpiGuid ## PRODUCES\r
46\r
47[Depex]\r
48 gEfiPeiMasterBootModePpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid\r
49\r
50[UserExtensions.TianoCore."ExtraFiles"]\r
d1102dba 51 SdMmcPciHcPeiExtra.uni\r