1## @file 2# Component Description File For Universal Flash Storage Pci Host Controller Pei Module. 3# 4# Copyright (c) 2014 - 2015, 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 = UfsPciHcPei 18 MODULE_UNI_FILE = UfsPciHcPei.uni 19 FILE_GUID = 905DC1AD-C44D-4965-98AC-B6B4444BFD65 20 MODULE_TYPE = PEIM 21 VERSION_STRING = 0.9 22 23 ENTRY_POINT = InitializeUfsHcPeim 24 25# 26# The following information is for reference only and not required by the build tools. 27# 28# VALID_ARCHITECTURES = IA32 X64 IPF EBC 29# 30 31[Sources] 32 UfsPciHcPei.c 33 UfsPciHcPei.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.PcdUfsPciHostControllerMmioBase ## CONSUMES 48 49[Ppis] 50 gEdkiiPeiUfsHostControllerPpiGuid ## PRODUCES 51 52[Depex] 53 gEfiPeiMasterBootModePpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid 54 55[UserExtensions.TianoCore."ExtraFiles"] 56 UfsPciHcPeiExtra.uni