## @file # Component description file for PchNvme PEIM. # #****************************************************************************** #* Copyright (c) 2016, Insyde Software Corporation. All Rights Reserved. #* #* You may not reproduce, distribute, publish, display, perform, modify, adapt, #* transmit, broadcast, present, recite, release, license or otherwise exploit #* any part of this publication in any form, by any means, without the prior #* written permission of Insyde Software Corporation. #* #****************************************************************************** [Defines] INF_VERSION = 0x00010005 BASE_NAME = PchNvmePei FILE_GUID = 209674EF-6060-43e4-BE87-E742E16BEB00 MODULE_TYPE = PEIM VERSION_STRING = 1.0 ENTRY_POINT = InitializePchNvme [Sources] PchNvme.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec InsydeModulePkg/InsydeModulePkg.dec $(CHIPSET_PKG)/$(CHIPSET_PKG).dec [LibraryClasses] BaseMemoryLib MemoryAllocationLib PeimEntryPoint PeiServicesLib [Ppis] gPeiNvmeControllerPpiGuid gEfiEndOfPeiSignalPpiGuid gEfiPeiStallPpiGuid [Pcd] gChipsetPkgTokenSpaceGuid.PcdNvmeMemBaseAddress gChipsetPkgTokenSpaceGuid.PcdNvmeRootPortAddress [Depex] gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid