]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / SdMmcPciHcPei / SdMmcPciHcPei.inf
1 ## @file
2 # Component Description File For SD/MMC Pci Host Controller Pei Module.
3 #
4 # Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php.
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = SdMmcPciHcPei
18 MODULE_UNI_FILE = SdMmcPciHcPei.uni
19 FILE_GUID = 1BB737EF-427A-4144-8B3B-B76EF38515E6
20 MODULE_TYPE = PEIM
21 VERSION_STRING = 1.0
22
23 ENTRY_POINT = InitializeSdMmcHcPeim
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 EBC
29 #
30
31 [Sources]
32 SdMmcPciHcPei.c
33 SdMmcPciHcPei.h
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38
39 [LibraryClasses]
40 PciLib
41 DebugLib
42 PeiServicesLib
43 MemoryAllocationLib
44 PeimEntryPoint
45
46 [Pcd]
47 gEfiMdeModulePkgTokenSpaceGuid.PcdSdMmcPciHostControllerMmioBase ## CONSUMES
48
49 [Ppis]
50 gEdkiiPeiSdMmcHostControllerPpiGuid ## PRODUCES
51
52 [Depex]
53 gEfiPeiMasterBootModePpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid
54
55 [UserExtensions.TianoCore."ExtraFiles"]
56 SdMmcPciHcPeiExtra.uni